Re: [PERFORM] Regarding COPY command from Postgres 8.2.0

2007-09-18 Thread Scott Marlowe
On 9/17/07, soni de <[EMAIL PROTECTED]> wrote: > We have upgraded postgres from 7.2.4 to 8.2.0. > We have program which executes COPY command and our new database is changed > having some extra columns in some tables. > Because of this, COPY commands are failing. > So, we wanted the option to COPY

Re: [PERFORM] Regarding COPY command from Postgres 8.2.0

2007-09-18 Thread Evan Carroll
On 9/17/07, soni de <[EMAIL PROTECTED]> wrote: > We have upgraded postgres from 7.2.4 to 8.2.0. This is one of the joys of 8.x over 7.2.x think of it like a different sql product rather than an "upgrade." Its foundations are different. 7.4.x is still supported, and would have been a smoother upgra

Re: [PERFORM] Regarding COPY command from Postgres 8.2.0

2007-09-17 Thread soni de
We have upgraded postgres from 7.2.4 to 8.2.0. We have program which executes COPY command and our new database is changed having some extra columns in some tables. Because of this, COPY commands are failing. So, we wanted the option to COPY the data without specifying column names. Thanks, Sonal

Re: [PERFORM] Regarding COPY command from Postgres 8.2.0

2007-09-14 Thread Ansgar -59cobalt- Wiechers
On 2007-09-14 soni de wrote: > In Postgres 7.2.4, COPY command is working fine even if tables have 6 > fields but we are copying only 5 fields from the file > > But in Postgres 8.2.0, if table has 6 fields and we need to copy data > for 5 fields only, then we need to specify the column names too i