Re: ERROR: fmgr_info: function 24809: cache lookup failed - Mailing list pgsql-general

From Shridhar Daithankar
Subject Re: ERROR: fmgr_info: function 24809: cache lookup failed
Date
Msg-id 200212171747.55055.shridhar_daithankar@persistent.co.in
Whole thread Raw
In response to ERROR: fmgr_info: function 24809: cache lookup failed  (Jessica Blank <jb@twu.net>)
List 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

pgsql-general by date:

Previous
From: Jessica Blank
Date:
Subject: ERROR: fmgr_info: function 24809: cache lookup failed
Next
From: "Prachi Jain"
Date:
Subject: Using Image datatype in Postgres