COPY from stdin;

From: "Peter Schonefeld" <peter(dot)schonefeld(at)bigpond(dot)com>
To: "Pgsql-Novice" <pgsql-novice(at)postgresql(dot)org>
Subject: COPY from stdin;
Date: 2005-05-16 15:40:58
Message-ID: MLEOIJCPDKMMGACMJGHDCEBKGJAA.peter.schonefeld@bigpond.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi, I'm curious as to how to get the following snippet from a backup file to
run as a script?

COPY country (id, name) FROM stdin;
1 Afghanistan
2 Albania
3 Algeria
4 American Samoa
5 Andorra
6 Angola

Cheers
Pete

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Magnus Hagander 2005-05-16 16:07:55 Re: problems with postgresql.msi (installing 8.0.2)
Previous Message operationsengineer1 2005-05-16 15:38:03 Re: concepts?