serial
ex:
create table a(
i serial,
b int);
bye
----- Original Message -----
From: jodi
To: pgsql-sql(at)postgresql(dot)org
Sent: Thursday, January 29, 2004 10:27
Subject: [SQL] auto_insert
I'm looking function at postrgeSQL the same like "auto_insert " function at mySQL