Re: Reading from a text file into PostgreSQL

Поиск
Список
Период
Сортировка
От Chester Kustarz
Тема Re: Reading from a text file into PostgreSQL
Дата
Msg-id Pine.BSO.4.44.0410071142440.17616-100000@detroit.arbor.net
обсуждение исходный текст
Ответ на Reading from a text file into PostgreSQL  (Eyinagho Newton <neyinagho@yahoo.com>)
Список pgsql-hackers
On Thu, 7 Oct 2004, Eyinagho Newton wrote:
> Can anyone explain how postgreSQL reads from a text
> file into tables already created in PostgreSQL?

Check out COPY command.

http://www.postgresql.org/docs/7.4/interactive/sql-copy.html

The file has to be in a certain format as explained in the
documentaion. It is fast and simple.




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Mark Wong
Дата:
Сообщение: Re: FunctionCall2 performance
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SQL-Invoked Procedures for 8.1