plpgsql.sgml.20210108.diff
text/x-diff
Filename: plpgsql.sgml.20210108.diff
Type: text/x-diff
Part: 4
Message:
Re: proposal: schema variables
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
| File | + | − |
|---|---|---|
| doc/src/sgml/plpgsql.sgml | 3 | 3 |
--- doc/src/sgml/plpgsql.sgml.orig 2021-01-08 17:35:20.639186557 +0100
+++ doc/src/sgml/plpgsql.sgml 2021-01-08 17:37:36.108377973 +0100
@@ -5870,10 +5870,10 @@
<title><command>Global variables and constants</command></title>
<para>
- The <application>PL/pgSQL</application> language has no packages
- and then it has not package variables and package constants. The
+ The <application>PL/pgSQL</application> language has no packages,
+ and therefore no package variables or package constants. The
<productname>PostgreSQL</productname> has schema variables and
- immutable schema variables. The schema variables can be created
+ immutable schema variables. Schema variables can be created
by <command>CREATE VARIABLE</command> described in <xref
linkend="sql-createvariable"/>.
</para>