checkpoint

From: Yves Dorfsman <yves(at)zioup(dot)com>
To: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: checkpoint
Date: 2014-07-10 18:56:22
Message-ID: 53BEE1D6.70907@zioup.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi,

If I run checkpoint from psql, is it applied to all the databases?

What if I do it though an API? When connecting with psycopg2, I'm forced to
specify a database name, if I use "dbname=postgres", and execute
"checkpoint;", is it applied to all the databases?

Thanks.

--
Yves.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2014-07-10 18:56:34 Re: Should I partition this table?
Previous Message AlexK 2014-07-10 18:36:27 Re: Should I partition this table?