]> granicus.if.org Git - postgresql/commit
Fix psql's \copy to accept table names containing schemas, as well as
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Oct 2002 00:22:14 +0000 (00:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Oct 2002 00:22:14 +0000 (00:22 +0000)
commit44dc9c1faa3bc6dfea71dc9dd7dc83bb642a818c
tree1cbfd2d139a488cd88546f05d4b4bf629d37e0cd
parent4cff161703beb10aab08b614feb9dfffc3860352
Fix psql's \copy to accept table names containing schemas, as well as
a column list.  Bring its parsing of quoted names and quoted strings
somewhat up to speed --- I believe it now handles all non-error cases
the same way the backend would, but weird boundary conditions are not
necessarily done the same way.
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/copy.c
src/bin/psql/stringutils.c
src/bin/psql/stringutils.h