-
- Downloads
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.
Showing
- doc/src/sgml/ref/psql-ref.sgml 6 additions, 4 deletionsdoc/src/sgml/ref/psql-ref.sgml
- src/bin/psql/copy.c 195 additions, 124 deletionssrc/bin/psql/copy.c
- src/bin/psql/stringutils.c 166 additions, 94 deletionssrc/bin/psql/stringutils.c
- src/bin/psql/stringutils.h 5 additions, 5 deletionssrc/bin/psql/stringutils.h
Loading
Please register or sign in to comment