Re: PostgreSQL 9.6: view based on sequence

From: Enrico Pirozzi <e(dot)pirozzi(at)nbsgroup(dot)it>
To: Vincenzo Romano <vincenzo(dot)romano(at)notorand(dot)it>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL 9.6: view based on sequence
Date: 2018-01-24 12:10:52
Message-ID: 2a951f66-b131-5150-2176-e85865595add@nbsgroup.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

it's just to know why postgresql does not return a warning.

Il 24/01/2018 13:06, Vincenzo Romano ha scritto:
> I haven't any v9 any more in my deployments. Sorry.
>
> What is the objective of that view?
> If it's to hide the nextval() function, then the solution can be
> similar to mine.
> If it's to access the sequence metainfo, then maybe it'd be better to
> explore the pg_catalog schema.

--
Enrico Pirozzi
e(dot)pirozzi(at)nbsgroup(dot)it

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vincenzo Romano 2018-01-24 12:11:47 Re: PostgreSQL 9.6: view based on sequence
Previous Message Vincenzo Romano 2018-01-24 12:06:09 Re: PostgreSQL 9.6: view based on sequence