Re: pg_autovacuum entries

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Anj Adu escribió:

> Is there a way to create an entry for a table that does not exist yet?

No, you will have to have "INSERT INTO pg_autovacuum" statements
alongside your table creation.  I don't see that this is a lot of
trouble though, you can simply do

CREATE TABLE whatever ( ... );
INSERT INTO pg_autovacuum VALUES ('whatever'::regclass, false, -1, -1, ...);

-- 
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

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux