Re: [HACKERS] Using oids

Поиск
Список
Период
Сортировка
От Ashley Cambrell
Тема Re: [HACKERS] Using oids
Дата
Msg-id 1062635281.24898.7.camel@zephyrus
обсуждение исходный текст
Ответ на Re: Using oids  (Martijn van Oosterhout <kleptog@svana.org>)
Список 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 по дате отправления:

Предыдущее
От: darren@crystalballinc.com
Дата:
Сообщение: Re: TCL trigger doesn't work after deleting a column
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: What is the good equivalent for ENUM ?