Re: auto-increment in a view

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: auto-increment in a view
Дата
Msg-id 4A9FEE5D.3030400@iol.ie
обсуждение исходный текст
Ответ на auto-increment in a view  (Willy-Bas Loos <willybas@gmail.com>)
Ответы Re: auto-increment in a view  (Willy-Bas Loos <willybas@gmail.com>)
Список pgsql-general
On 03/09/2009 17:22, Willy-Bas Loos wrote:
> Hi,
>
> I'm trying to figure out to generate a auto-increment column in a view.
> There is no physical column to base it on, the view contains a group
> by clause, which renders that impossible.
> In a normal query i can create a sequence for that purpouse and drop
> it afterwards, but apart form it being ugly, it's impossible in a
> view.

Just a wild notion, but would the generate_series function be any use to
you?

  http://www.postgresql.org/docs/8.4/static/functions-srf.html

HTH,

Ray.


------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

В списке pgsql-general по дате отправления:

Предыдущее
От: Willy-Bas Loos
Дата:
Сообщение: auto-increment in a view
Следующее
От: David Fetter
Дата:
Сообщение: Re: [Q] optmizing postgres for 'single client' / many small queries