]> granicus.if.org Git - postgresql/commit
Adjust processSQLNamePattern() so that $ within the pattern is always matched
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 10 Jul 2007 00:21:31 +0000 (00:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 10 Jul 2007 00:21:31 +0000 (00:21 +0000)
commitff481ca0d463d33246a331c92bdf3dfc018c24eb
treef3ff364fb76a24afb2cdbccf5ee97d0c5299af28
parent6244c2dfff6fa1b98fc8f13e59f656a20fad3564
Adjust processSQLNamePattern() so that $ within the pattern is always matched
literally, whether quoted or not.  Since we allow $ as a character within
identifiers, this behavior is useful, whereas the previous behavior of
treating it as the regexp ending anchor was nearly useless given that the
pattern is automatically anchored anyway.  This affects the arguments of
psql's \d commands as well as pg_dump's -n and -t switches.  Per discussion.
doc/src/sgml/ref/psql-ref.sgml
src/bin/pg_dump/dumputils.c