pgsql: Use SQL standard '' rather than \' for tutorial/sample code.

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use SQL standard '' rather than \' for tutorial/sample code.
Date: 2006-05-11 19:21:14
Message-ID: 20060511192115.00A499FA278@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use SQL standard '' rather than \' for tutorial/sample code.

Backpatch to 8.1.X.

Modified Files:
--------------
pgsql/src/interfaces/ecpg/test:
test1.pgc (r1.34 -> r1.35)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/test1.pgc.diff?r1=1.34&r2=1.35)
pgsql/src/tutorial:
funcs.source (r1.8 -> r1.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tutorial/funcs.source.diff?r1=1.8&r2=1.9)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-05-11 19:21:31 pgsql: Use SQL standard '' rather than \' for tutorial/sample code.
Previous Message Tom Lane 2006-05-11 19:15:36 pgsql: Code review for standard_conforming_strings patch.