pgadmin
Started by hassine sbaaover 15 years ago2 messageshackers
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
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