Re: ERROR: fmgr_info: function 24809: cache lookup failed

From: Shridhar Daithankar <shridhar_daithankar(at)persistent(dot)co(dot)in>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: fmgr_info: function 24809: cache lookup failed
Date: 2002-12-17 12:17:55
Message-ID: 200212171747.55055.shridhar_daithankar@persistent.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday 17 December 2002 06:33 pm, you wrote:
> Hi all. I feel awfully stupid.
>
> Migrating my skillset from Oracle to Postgres, I am trying (in vain) to
> create a trigger and a sequence to "auto increment" the primary key in a
> table, so I won't have to worry about setting it; each time you INSERT
> into the table, the primary key will be automagically assigned.

Umm.. What is wrong with type serial. It does the same thing IIRC..

Shridhar

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Prachi Jain 2002-12-17 12:25:43 Using Image datatype in Postgres
Previous Message zahid rahman 2002-12-17 10:31:48 Re: Is that it ?