COPY from stdin; - Mailing list pgsql-novice

From Peter Schonefeld
Subject COPY from stdin;
Date
Msg-id MLEOIJCPDKMMGACMJGHDCEBKGJAA.peter.schonefeld@bigpond.com
Whole thread Raw
Responses Re: COPY from stdin;  (John DeSoi <desoi@pgedit.com>)
List 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


pgsql-novice by date:

Previous
From:
Date:
Subject: Re: concepts?
Next
From: "Celia McInnis"
Date:
Subject: describe table (from perl)