Re: [COMMITTERS] pgsql: doc: Fix syntax in example

2013-04-21 Thread Tom Lane
Peter Eisentraut 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 tha

[COMMITTERS] pgsql: doc: Fix syntax in example

2013-04-21 Thread Peter Eisentraut
doc: Fix syntax in example LANGUAGE 'plpgsql' no longer works. The single quotes need to be removed. Erwin Brandstetter Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/dbfeb8240631a893642dbd4112da73cc87f47dd8 Modified Files -- doc/src/sgml/plpgs

[COMMITTERS] pgsql: doc: Fix syntax in example

2013-04-21 Thread 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