How vacuum template0, vacuumtemplate0

Source: Internet
Author: User
Tags psql

How vacuum template0, vacuumtemplate0

[Pg @ h1 ~] $ Vacuumdb -- freeze template0vacuumdb: cocould not connect to database template0: FATAL: database "template0" is not currently accepting connections [pg @ h1 ~] $ Psql template0psql: FATAL: database "template0" is not currently accepting connections [pg @ h1 ~] $ PGOPTIONS = '-c gp_session_role = utility' psql template1psql (8.2.15) Type "help" for help. template1 = # set allow_system_table_mod = 'dml'; SETtemplate1 = # update pg_database set datallowconn = 't'where datname = 'template0 '; UPDATE 1template1 = # \ c template0You are now connected to database "template0" as user "pg ". template0 = # vacuum freeze; VACUUMtemplate0 = # \ q [pg @ h1 ~] $ PGOPTIONS = '-c gp_session_role = utility' psql template1psql (8.2.15) Type "help" for help. template1 = # set allow_system_table_mod = 'dml'; SETtemplate1 = # update pg_database set datallowconn = 'F' where datname = 'template0'; UPDATE 1



-EOF-

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.