pgsql: Add comment about literal strings in our syntax not being

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add comment about literal strings in our syntax not being
Date: 2008-07-14 23:13:04
Message-ID: 20080714231304.94AF6754A84@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add comment about literal strings in our syntax not being translated in
psql.

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.178 -> r1.179)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.178&r2=1.179)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-07-15 01:35:23 pgsql: Clarify that locale names on Windows are more verbose.
Previous Message Bruce Momjian 2008-07-14 22:57:21 pgsql: Add to TODO: > * Improve ability to modify views via ALTER TABLE