Обсуждение: pgadmin

Поиск
Список
Период
Сортировка

pgadmin

От
hassine sbaa
Дата:
<div dir="ltr">Hi,<br />I'm using pgadmin to administrate my postgreSQL database.<br />But now I was told to import a
textfile containing a table with fields seperated by ';'<br />How Do I do that?<br /><br />Regards<br /></div> 

Re: pgadmin

От
Peter Geoghegan
Дата:
This is the sort of question that is far better suited to the
pgsql-general@postgresql.org mailing list or the
pgadmin-support@postgresql.org mailing list, but the answer is that
you should use the copy sql command:

http://www.postgresql.org/docs/current/static/sql-copy.html

-- 
Regards,
Peter Geoghegan