Arctic Toucan wrote: > If I "know" that there are no more inserts going into those > partitioned tables, can I do a bulk change of their relfrozenxids > setting them back 500million transactions without causing problems? > This will mean that the relfrozenxid is not representative of the row > versions, but does that matter in this case(Essentially static > stables)? The safest most current value you can use is that of the oldest transaction currently running (also known as RecentXmin in the code). If you choose anything older than that you're safe too. I don't think you can obtain RecentXmin in SQL (short of writing a C function) -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc. -- Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin