Re: [INTERFACES] calculated identity field in views, again...

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Zlatko Matic <zlatko(dot)matic1(at)sb(dot)t-com(dot)hr>
Cc: Greg Stark <gsstark(at)mit(dot)edu>, pgsql-general(at)postgresql(dot)org, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] calculated identity field in views, again...
Date: 2005-05-04 14:16:32
Message-ID: 20050504141632.GA8763@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-interfaces

On Wed, May 04, 2005 at 10:56:25 +0200,
Zlatko Matic <zlatko(dot)matic1(at)sb(dot)t-com(dot)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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michelle Konzack 2005-05-04 14:22:52 Re: Rekall for Debian ?
Previous Message Michael Glaesemann 2005-05-04 13:45:52 Re: getting the ranks of items

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2005-05-04 14:30:27 Re: PQescapeBytea & PQunescapeBytea
Previous Message Keith Worthington 2005-05-04 10:57:16 Re: [INTERFACES] calculated identity field in views, again...