Обсуждение: Exists this tool?

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

Exists this tool?

От
Amauri Pimenta
Дата:
Hello Guys! I need a help!

Well, i need a tool with i can import table(and your content) from
text files or access database. Exists?

Regards,

Amauri Pimenta Junior
Consultor BI
Softtek Brasil
Batera banda Riffy

Re: Exists this tool?

От
"Vishal Kashyap @ [SaiHertz]"
Дата:
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

Re: Exists this tool?

От
Amauri Pimenta
Дата:
I need Freeware! Exists?


On Thu, 30 Dec 2004 23:26:11 +0530, Vishal Kashyap @ [SaiHertz]
<vishalonlist@gmail.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
>


--
Amauri Pimenta Junior
Consultor BI
Softtek Brasil
Batera banda Riffy

Re: Exists this tool?

От
Scott Marlowe
Дата:
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@gmail.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
> >
>