All Downloads are FREE. Search and download functionalities are using the official Maven repository.

postgresql.uws.upgrade-1.2.18.sql Maven / Gradle / Ivy

The newest version!
-- rename indices to make rollover maintenance cleaner

ALTER INDEX .jobid_fkey RENAME TO jobdetail_fkey;
ALTER INDEX ._jobIndex_creationTime RENAME TO job_creationTime;
ALTER INDEX ._jobIndex_ownerID RENAME TO job_ownerID;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy