[COMMITTERS] pgsql-server/src/bin/psql copy.c

2004-01-29 Thread Neil Conway
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/29 08:34:59 Modified files: src/bin/psql : copy.c Log message: Fix (debatable) spelling mistake in a comment: 'concatenate' is the usual term, not 'catenate'. -

Re: [COMMITTERS] pgsql-server/src/bin/psql copy.c

2004-01-28 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Tom Lane) writes: >> Make USING and WITH optional to bring the syntax of \copy into exact >> agreement with what the backend grammar actually accepts > Documentation updates? The documentation already says those are optional. See my re

Re: [COMMITTERS] pgsql-server/src/bin/psql copy.c

2004-01-28 Thread Neil Conway
[EMAIL PROTECTED] (Tom Lane) writes: > Make USING and WITH optional to bring the syntax of \copy into exact > agreement with what the backend grammar actually accepts Documentation updates? -Neil ---(end of broadcast)--- TIP 7: don't f

[COMMITTERS] pgsql-server/src/bin/psql copy.c

2004-01-28 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/28 18:14:04 Modified files: src/bin/psql : copy.c Log message: Make USING and WITH optional to bring the syntax of \copy into exact agreement with what the backend gramma