Postgres Reference Manual

Started by Ingo van Lilalmost 24 years ago3 messagesbugs
Jump to latest
#1Ingo van Lil
inguin@gmx.de

Hi there,

this is rather uncritical, but there's a mistake in the Postgres
Reference Manual, concerning the COPY command:

http://www.postgresql.org/users-lounge/docs/7.1/reference/sql-copy.html

During the notes paragraph, 'COPY TO' and 'COPY FROM' are confused a few
times, e.g. in the sentences "COPY TO neither invokes rules nor acts on
column defaults. It does invoke triggers and check constraints." and the
following lines.

Cheers,
Ingo

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Ingo van Lil (#1)
Re: Postgres Reference Manual

Ingo van Lil <inguin@gmx.de> writes:

During the notes paragraph, 'COPY TO' and 'COPY FROM' are confused a few
times,

I believe this is cleaned up in current sources; see
http://developer.postgresql.org/docs/postgres/sql-copy.html

regards, tom lane

#3Ingo van Lil
inguin@gmx.de
In reply to: Tom Lane (#2)
Re: Postgres Reference Manual

On Sat, Jun 08, 2002 at 11:08:58AM -0400, Tom Lane wrote:

I believe this is cleaned up in current sources; see
http://developer.postgresql.org/docs/postgres/sql-copy.html

Yep, that looks better.

Bye,
Ingo