Re: [ADMIN] Getting the initdb parameter values

From: Iñigo Martinez Lasala <imartinez(at)vectorsf(dot)com>
To: "Satish Burnwal (sburnwal)" <sburnwal(at)cisco(dot)com>
Cc: pgsql-sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: [ADMIN] Getting the initdb parameter values
Date: 2010-04-13 12:56:30
Message-ID: 1271163390.2285.84.camel@deimos
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-sql

show shared_buffers;

or

show all; (for all parameters)

You can also check for postgresql.conf file in your database folder.

-----Original Message-----
From: Satish Burnwal (sburnwal) <sburnwal(at)cisco(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: [ADMIN] Getting the initdb parameter values
Date: Tue, 13 Apr 2010 17:20:10 +0530

I have an existing postgres database and I want to know what are the
values of the parameters that were determined during initdb. Is there
any way to know those values ? For example, doc
http://www.postgresql.org/docs/8.1/interactive/runtime-config-resource.html says that the max value of ‘shared_buffers’ parameter is determined during initdb. Is there any pg_* table which I look into for such params ?

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Satish Burnwal (sburnwal) 2010-04-13 12:58:18 Query is stuck
Previous Message Sofer, Yuval 2010-04-13 12:31:40 Unknown winsock error 10061

Browse pgsql-sql by date

  From Date Subject
Next Message Satish Burnwal (sburnwal) 2010-04-13 13:01:06 Re: [ADMIN] Getting the initdb parameter values
Previous Message Satish Burnwal (sburnwal) 2010-04-13 11:50:10 Getting the initdb parameter values