Re: [pgadmin-support] serial column detection

2012-11-25 Thread Guillaume Lelarge
On Thu, 2012-10-25 at 20:35 +0200, Linos wrote: > Hi!, > how detects PgAdmin when it should show a column as "type" serial? i am > trying > to replicate in a existing table the conditions to get shown as serial but i > don't get it. > > I had a table like this: > > CREATE TABLE test > ( >

[pgadmin-support] serial column detection

2012-10-25 Thread Linos
Hi!, how detects PgAdmin when it should show a column as "type" serial? i am trying to replicate in a existing table the conditions to get shown as serial but i don't get it. I had a table like this: CREATE TABLE test ( test_id integer NOT NULL, CONSTRAINT test_pkey PRIMARY KEY (test