diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-04-14 22:54:26 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-04-14 22:54:31 -0400 |
commit | 6f0d6a507889d94a79c0d18577a0cb1ccc2b6815 (patch) | |
tree | 0ee0bfe10f064a942bd5bb7f99afd5311a1809dd /src/backend/access/gist/gistsplit.c | |
parent | 4b74c6a40e7ac9dad7cdeb4cfd2d51ea60cfdbb5 (diff) | |
download | postgresql-6f0d6a507889d94a79c0d18577a0cb1ccc2b6815.tar.gz postgresql-6f0d6a507889d94a79c0d18577a0cb1ccc2b6815.zip |
Rethink \crosstabview's argument parsing logic.
\crosstabview interpreted its arguments in an unusual way, including
doing case-insensitive matching of unquoted column names, which is
surely not the right thing. Rip that out in favor of doing something
equivalent to the dequoting/case-folding rules used by other psql
commands. To keep it simple, change the syntax so that the optional
sort column is specified as a separate argument, instead of the
also-quite-unusual syntax that attached it to the colH argument with
a colon.
Also, rework the error messages to be closer to project style.
Diffstat (limited to 'src/backend/access/gist/gistsplit.c')
0 files changed, 0 insertions, 0 deletions