pgadmin

Started by hassine sbaaover 15 years ago2 messageshackers
Jump to latest
#1hassine sbaa
sab3ous1@gmail.com

Hi,
I'm using pgadmin to administrate my postgreSQL database.
But now I was told to import a text file containing a table with fields
seperated by ';'
How Do I do that?

Regards

In reply to: hassine sbaa (#1)
Re: pgadmin

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