pgsql: doc: Fix syntax in example
doc: Fix syntax in example
LANGUAGE 'plpgsql' no longer works. The single quotes need to be
removed.
Erwin Brandstetter
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/53ecfddcebbf607badc678e294bf977334b79327
Modified Files
--------------
doc/src/sgml/plpgsql.sgml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
Peter Eisentraut <peter_e@gmx.net> writes:
doc: Fix syntax in example
LANGUAGE 'plpgsql' no longer works. The single quotes need to be
removed.
While I don't object to the patch as such, this commit log entry is
horsepucky. We have not broken use of string literals for language
names, and I would hope that we're not going to, because it would
break old pg_dump files to no purpose.
regards, tom lane
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers