Re: pgsql: doc: Fix syntax in example

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: doc: Fix syntax in example
Date: 2013-04-22 05:50:49
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Peter Eisentraut <peter_e(at)gmx(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2013-04-22 08:15:58 Re: pgsql: Reorder 9.3 release note items
Previous Message Peter Eisentraut 2013-04-22 02:25:21 pgsql: doc: Improve example formatting