]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Modernize string literal syntax in tutorial example.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Jan 2013 22:20:32 +0000 (17:20 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Jan 2013 22:21:08 +0000 (17:21 -0500)
commit8c0b2afa38bbdf016c876e74371feee3c00b9f09
treecb88520cd6948fa379deb81567163d79cf77fd96
parentaaf5f5942a9f7ed24cf9d6487e5b6629ad0cfe43
Modernize string literal syntax in tutorial example.

Un-double the backslashes in the LIKE patterns, since
standard_conforming_strings is now the default.  Just to be sure, include
a command to set standard_conforming_strings to ON in the example.

Back-patch to 9.1, where standard_conforming_strings became the default.

Josh Kupershmidt, reviewed by Jeff Janes
src/tutorial/syscat.source