Psql idioms: Difference between revisions

From DISI
Jump to navigation Jump to search
(Created page with "Postgres idioms to save you time Category:Idioms")
 
No edit summary
Line 1: Line 1:
Postgres idioms to save you time
Postgres idioms to save you time


= Curators only=
cleanup note after load:
update note set sub_id_fk=replacement_fk from retired where sub_id_fk=old_id;




[[Category:Idioms]]
[[Category:Idioms]]

Revision as of 20:19, 4 November 2014

Postgres idioms to save you time


Curators only

cleanup note after load:

update note set sub_id_fk=replacement_fk from retired where sub_id_fk=old_id;