Re: [GENERAL] Creating serial ID on Windows.

2006-04-03 Thread Robert Treat
On Monday 27 March 2006 19:32, Chris wrote: > Ardian Xharra (Boxxo) wrote: > > I'm having some troubles restoring a database on Windows and I found > > this difference between PostgreSQL running on Linux and Windows. > > When I create a table like this: > > CREATE TABLE fee_payment1(id_fee_payment1

Re: [GENERAL] Creating serial ID on Windows.

2006-03-27 Thread Chris
Ardian Xharra (Boxxo) wrote: I'm having some troubles restoring a database on Windows and I found this difference between PostgreSQL running on Linux and Windows. When I create a table like this: CREATE TABLE fee_payment1(id_fee_payment1 serial NOT NULL) WITH OIDS; On Linux platform it will be:

[GENERAL] Creating serial ID on Windows.

2006-03-27 Thread Ardian Xharra (Boxxo)
I'm having some troubles restoring a database on Windows and I found this difference between PostgreSQL running on Linux and Windows. When I create a table like this: CREATE TABLE fee_payment1(id_fee_payment1 serial NOT NULL) WITH OIDS; On Linux platform it will be: CREATE TABLE fee_p