Re: [sqlite] Importing data from Postgres

2005-11-18 Thread Reid Thompson
John DeSoi wrote: On Nov 17, 2005, at 3:53 PM, Robert Leftwich wrote: Well, the question was intended to find out if the documentation was accurate, i.e. should it work as described. If not, then I wouldn't waste any more of the lists or my time on it. That said, it doesn't seem to matte

Re: [sqlite] Importing data from Postgres

2005-11-18 Thread Robert Leftwich
John DeSoi wrote: On Nov 17, 2005, at 3:53 PM, Robert Leftwich wrote: Well, the question was intended to find out if the documentation was accurate, i.e. should it work as described. If not, then I wouldn't waste any more of the lists or my time on it. That said, it doesn't seem to matter

Re: [sqlite] Importing data from Postgres

2005-11-17 Thread John DeSoi
On Nov 17, 2005, at 3:53 PM, Robert Leftwich wrote: Well, the question was intended to find out if the documentation was accurate, i.e. should it work as described. If not, then I wouldn't waste any more of the lists or my time on it. That said, it doesn't seem to matter what data I throw

Re: [sqlite] Importing data from Postgres

2005-11-17 Thread Dennis Cote
Robert Leftwich wrote: Christian Smith wrote: On Thu, 17 Nov 2005, Robert Leftwich wrote: Is it still the case that 'the text format used is the same as used by PostgreSQL' as described at http://sqlite.org/sqlite.html? I'm trying to import some data from Postgres using the approach descr

Re: [sqlite] Importing data from Postgres

2005-11-17 Thread Robert Leftwich
Christian Smith wrote: On Thu, 17 Nov 2005, Robert Leftwich wrote: Is it still the case that 'the text format used is the same as used by PostgreSQL' as described at http://sqlite.org/sqlite.html? I'm trying to import some data from Postgres using the approach described there i.e. sqlite ex

Re: [sqlite] Importing data from Postgres

2005-11-17 Thread Christian Smith
On Thu, 17 Nov 2005, Robert Leftwich wrote: >Is it still the case that 'the text format used is the same as used by >PostgreSQL' as described at http://sqlite.org/sqlite.html? I'm trying to import >some data from Postgres using the approach described there i.e. > > sqlite ex3 pg_dump -a e

[sqlite] Importing data from Postgres

2005-11-17 Thread Robert Leftwich
Is it still the case that 'the text format used is the same as used by PostgreSQL' as described at http://sqlite.org/sqlite.html? I'm trying to import some data from Postgres using the approach described there i.e. sqlite ex3