Στις 21/11/23 20:41, ο/η CG έγραψε:
Except where does it mention in the pg_repack docs (or source) that it is meant to be used for NO OIDS conversion ? Just Dont!
There are a few of methods to get rid of OIDs : - ALTER TABLE .. SET WITHOUT
OIDS (just mentioning, you already checked that) - Use table copy + use of a trigger to log changes : https://dba.stackexchange.com/questions/259359/eliminating-oids-while-upgrading-postgresql-from-9-4-to-12 - Use of Inheritance (the most neat solution I have seen, this is what I used for a 2TB table conversion) : https://www.percona.com/blog/performing-etl-using-inheritance-in-postgresql/
-- Achilleas Mantzios IT DEV - HEAD IT DEPT Dynacom Tankers Mgmt |