Dump from mssql - Mailing list pgsql-admin

From Sidar Lopez Cruz
Subject Dump from mssql
Date
Msg-id OE65eQ6ThLjmSFXLNms0000968c@hotmail.com
Whole thread Raw
Responses Re: Dump from mssql
List pgsql-admin
how can i dump plaint text files from mssql to postgresql 7.3
the file format is...
 
"555555555","some people name",3
....
 
the table in mssql is
 
create table people (id varchar(20),name varchar(200),id_document bigint)
and the same in postgresql
 
remember that the file was generated by mssql with data transformation program (DTS)
 
S.O.S. i need to do this... for begin in postgresql?

:-) Sidar Lopez Cruz
- Cero Riesgo, S.A.

pgsql-admin by date:

Previous
From: Robert Treat
Date:
Subject: Re: CREATE OR REPLACE TABLE ...
Next
From: Murthy Kambhampaty
Date:
Subject: Dump/restoring a given table in a given schema