Thread: Postgres Reference Manual

Postgres Reference Manual

From
Ingo van Lil
Date:
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

Re: Postgres Reference Manual

From
Tom Lane
Date:
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

Re: Postgres Reference Manual

From
Ingo van Lil
Date:
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