Re: Guidance on INSERT RETURNING order - Mailing list pgsql-general

From Rob Sargent
Subject Re: Guidance on INSERT RETURNING order
Date
Msg-id 0c1bbc5c-0215-5c27-5507-c8eb2e56f248@gmail.com
Whole thread Raw
In response to Re: Guidance on INSERT RETURNING order  (Thorsten Glaser <tg@evolvis.org>)
List pgsql-general
> This would be a nice solution… but the PK could be always generated,
> or not even sequential (UUIDs for example). If you’re developing
> schema-first the application would not even (need to) know about how
> the IDs are generated as it’s the DB that generates them.
>
> AIUI the OP’s an SQLAlchemy developer, which is an ORM. Therefore he
> needs a generic solution.

Or a different dev env. :)




pgsql-general by date:

Previous
From: Thorsten Glaser
Date:
Subject: Re: Guidance on INSERT RETURNING order
Next
From: Michael Paquier
Date:
Subject: Re: pg_basebackup / recovery