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'.
-
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
[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
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