Re: pgadmin

Lists: pgsql-hackers
From: hassine sbaa <sab3ous1(at)gmail(dot)com>
To: hackers(at)postgresql(dot)org
Subject: pgadmin
Date: 2010-10-03 09:03:20
Message-ID: AANLkTimzOKSJO5B8_KzPxB6srQGcJ2wbz1+fKKFhTGLa@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

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


From: Peter Geoghegan <peter(dot)geoghegan86(at)gmail(dot)com>
To: hassine sbaa <sab3ous1(at)gmail(dot)com>
Cc: hackers(at)postgresql(dot)org
Subject: Re: pgadmin
Date: 2010-10-03 20:37:43
Message-ID: AANLkTikD-4isow1KqyAtJb-y=vQF5QEPD2i8n6ebLhH_@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

This is the sort of question that is far better suited to the
pgsql-general(at)postgresql(dot)org mailing list or the
pgadmin-support(at)postgresql(dot)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