Re: [HACKERS] Using oids - Mailing list pgsql-general

From Ashley Cambrell
Subject Re: [HACKERS] Using oids
Date
Msg-id 1062635281.24898.7.camel@zephyrus
Whole thread Raw
In response to Re: Using oids  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
> That said, there is no reason why someone couldn't create a last_sequence()
> function so you could say SELECT currval( last_sequence() ). Ofcourse, if
> your table has no SERIAL field, you're stuffed either way.

Instead of SELECT currval( last_sequence() ), what about implementing
oracl type binding?

Ala
http://groups.google.com.au/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&th=5cc63a569577d024#link2

With the new FE/BE changes, how easy would it be to implement? (I
mentioned it the FE/BE discussions)

Ashley Cambrell



pgsql-general by date:

Previous
From: darren@crystalballinc.com
Date:
Subject: Re: TCL trigger doesn't work after deleting a column
Next
From: "scott.marlowe"
Date:
Subject: Re: What is the good equivalent for ENUM ?