CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.org 02/06/20 12:00:44
Modified files:
doc/src/sgml : keywords.sgml
doc/src/sgml/ref: copy.sgml psql-ref.sgml
src/backend/commands: copy.c dbcommands.c
src/backend/nodes: copyfuncs.c equalfuncs.c
src/backend/parser: gram.y keywords.c
src/backend/tcop: utility.c
src/bin/pgaccess/doc/html/tutorial: tut_edit.html
src/bin/pgaccess/lib: mainlib.tcl
src/bin/pgaccess/lib/help: copy.hlp
src/bin/psql : copy.c
src/include/commands: copy.h dbcommands.h
src/include/nodes: parsenodes.h
src/interfaces/jdbc/org/postgresql/jdbc1: DatabaseMetaData.java
src/interfaces/jdbc/org/postgresql/jdbc2: DatabaseMetaData.java
src/test/locale/de_DE.ISO8859-1: test-de-upper.sql.in
test-de.sql.in
src/test/locale/gr_GR.ISO8859-7: test-gr.sql.in
src/test/locale/koi8-r: test-koi8.sql.in
src/test/locale/koi8-to-win1251: test-koi8.sql.in
Log message:
Improve COPY syntax to use WITH clause, keep backward compatibility.