Re: calculated identity field in views, again... - Mailing list pgsql-interfaces

From Bruno Wolff III
Subject Re: calculated identity field in views, again...
Date
Msg-id 20050504141632.GA8763@wolff.to
Whole thread Raw
In response to Re: [GENERAL] calculated identity field in views, again...  ("Zlatko Matic" <zlatko.matic1@sb.t-com.hr>)
Responses Re: calculated identity field in views, again...
List 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 by date:

Previous
From: "Lipy Reis"
Date:
Subject: Postgre 8.0 for Linux i586
Next
From: Tom Lane
Date:
Subject: Re: PQescapeBytea & PQunescapeBytea