Re: View unique rowid

Поиск
Список
Период
Сортировка
От Rafa Couto
Тема Re: View unique rowid
Дата
Msg-id 22df564b05060107539603a26@mail.gmail.com
обсуждение исходный текст
Ответ на View unique rowid  ("David Klugmann" <dklugmann@hotmail.com>)
Ответы Re: View unique rowid
Список pgsql-sql
> Is it possible to refer to a unique row identifier on a view ?
>
> I have the following view but in a subsequent select I need to refer to
> each row's unique identifier and I know oid's are not valid for a view.


You can get an oid from some table in view definition. May be it
results to resolve your problem...

You can also try "create temp sequence" (review
http://archives.postgresql.org/pgsql-sql/2005-05/msg00126.php)


select 'saludos';

--
Rafa Couto (caligari)
mailto:rafacouto@gmail.com


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

Предыдущее
От: "David Klugmann"
Дата:
Сообщение: View unique rowid
Следующее
От: "David Klugmann"
Дата:
Сообщение: Re: View unique rowid