Re: auto_insert

From: "Viorel Dragomir" <bc(at)vio(dot)ro>
To: "jodi" <jodi(at)procarfinance(dot)com>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: auto_insert
Date: 2004-01-29 08:34:26
Message-ID: 01ab01c3e642$b4980ec0$6500a8c0@wylog.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message azwa 2004-01-29 09:05:29 Re: time series data
Previous Message jodi 2004-01-29 08:27:59 auto_insert