pgsql: doc: Fix syntax in example

Started by Peter Eisentrautover 13 years ago2 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#1)
Re: pgsql: doc: Fix syntax in example

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