Question about COPY command - Mailing list pgsql-general

From Josh Harrison
Subject Question about COPY command
Date
Msg-id 8d89ea1d0901080539t41c9faag728625273868ff50@mail.gmail.com
Whole thread Raw
Responses Re: Question about COPY command
Re: Question about COPY command
Re: Question about COPY command
List pgsql-general
Hi,
A basic question about the COPY command syntax....
This is the syntax in the postgres manual.

COPY
tablename [ ( column [, ...] ) ]
FROM { 'filename' | STDIN }
......
.....

What is the difference between copying from 'filename' and copying from 'stdin' ???

Thanks
Josh

pgsql-general by date:

Previous
From: "Thom Brown"
Date:
Subject: Re: Cannot restart postgresql when increasing max_connections
Next
From: "A. Kretschmer"
Date:
Subject: Re: Question about COPY command