COPY from stdin;

Поиск
Список
Период
Сортировка
От Peter Schonefeld
Тема COPY from stdin;
Дата
Msg-id MLEOIJCPDKMMGACMJGHDCEBKGJAA.peter.schonefeld@bigpond.com
обсуждение исходный текст
Ответы Re: COPY from stdin;
Список 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 по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Re: concepts?
Следующее
От: "Celia McInnis"
Дата:
Сообщение: describe table (from perl)