Обсуждение: pgsql: doc: Fix syntax in example

Поиск
Список
Период
Сортировка

pgsql: doc: Fix syntax in example

От
Peter Eisentraut
Дата:
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(-)


Re: pgsql: doc: Fix syntax in example

От
Tom Lane
Дата:
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