aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-connect.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-07-10 00:21:31 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-07-10 00:21:31 +0000
commitff481ca0d463d33246a331c92bdf3dfc018c24eb (patch)
treef3ff364fb76a24afb2cdbccf5ee97d0c5299af28 /src/interfaces/libpq/fe-connect.c
parent6244c2dfff6fa1b98fc8f13e59f656a20fad3564 (diff)
downloadpostgresql-ff481ca0d463d33246a331c92bdf3dfc018c24eb.tar.gz
postgresql-ff481ca0d463d33246a331c92bdf3dfc018c24eb.zip
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.
Diffstat (limited to 'src/interfaces/libpq/fe-connect.c')
0 files changed, 0 insertions, 0 deletions