Re: calculated identity field in views, again...

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: calculated identity field in views, again...
Дата
Msg-id 20050504141632.GA8763@wolff.to
обсуждение исходный текст
Ответ на Re: [GENERAL] calculated identity field in views, again...  ("Zlatko Matic" <zlatko.matic1@sb.t-com.hr>)
Ответы Re: calculated identity field in views, again...  (Greg Stark <gsstark@mit.edu>)
Список pgsql-interfaces
On Wed, May 04, 2005 at 10:56:25 +0200,
  Zlatko Matic <zlatko.matic1@sb.t-com.hr> wrote:
> I will try...if it will be useless, I will quite. Then the only solution
> will be make-table query based on nested pass-through query, so I will be
> working on local JET tables that will be refreshed from server on each
> session. But I would like to avoid local tables, if possible...

Didn'y you ask this same question a week or two ago? I am pretty sure
someone told you how to make access work with a view.

> How do I create sequence ?

You can't create a sequence for a view. You would need to have it in a
table that is joined as part of the view.

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

Предыдущее
От: "Lipy Reis"
Дата:
Сообщение: Postgre 8.0 for Linux i586
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PQescapeBytea & PQunescapeBytea