From: | Scott Marlowe <smarlowe(at)g2switchworks(dot)com> |
---|---|
To: | Amauri Pimenta <amauripimenta(at)gmail(dot)com> |
Cc: | "Vishal Kashyap (at) [SaiHertz]" <vishalonlist(at)gmail(dot)com>, pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Exists this tool? |
Date: | 2004-12-30 18:45:51 |
Message-ID: | 1104432351.5893.101.camel@state.g2switchworks.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
If the table is in tab delimitted format, you can import it yourself
with little or no effort. Look up the \copy command in the docs, or
copy from stdin. copy from stdin is what pg_dump creates for normal
backups, so just make a few dummy rows in your table and do
pg_dump dbname -t tablename
to see what format you'll need.
On Thu, 2004-12-30 at 12:24, Amauri Pimenta wrote:
> I need Freeware! Exists?
>
>
> On Thu, 30 Dec 2004 23:26:11 +0530, Vishal Kashyap @ [SaiHertz]
> <vishalonlist(at)gmail(dot)com> wrote:
> > Hi ,
> >
> >
> > >
> > > Well, i need a tool with i can import table(and your content) from
> > > text files or access database. Exists?
> > >
> >
> > http://www.sqlmanager.net/products/postgresql/dataimport
> > http://www.sqlmanager.net/products/postgresql/manager
> >
> > Regards,
> > Vishal Kashyap.
> > http://vishalkashyap.tk
> >
>
From | Date | Subject | |
---|---|---|---|
Next Message | Henry Kon | 2004-12-31 09:48:25 | initial windows install : can't createuser or createdb - what user / pass to use? |
Previous Message | Amauri Pimenta | 2004-12-30 18:24:16 | Re: Exists this tool? |