Re: Postgresql - Threshold value.

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Postgresql - Threshold value.
Date: 2006-12-11 14:24:46
Message-ID: 20061211142446.GO21674@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

am Mon, dem 11.12.2006, um 19:41:29 +0530 mailte Ravindran G - TLS, Chennai. folgendes:
> Thank you very much for your reply.
>
> This is not working in Postgresql 8.1.4. Its throwing some error.

Which errors?

test=# show geqo_threshold;
geqo_threshold
----------------
12
(1 row)

test=*# select version();
version
-------------------------------------------------------------------------------------------
PostgreSQL 8.1.4 on i386-pc-linux-gnu, compiled by GCC cc (GCC) 3.3.5 (Debian 1:3.3.5-13)
(1 row)

>
> BTW, how to fetch the total disk space that is alloted to DB in postgresql
> ?. Any commands available ?.

Yes, RTFM.
http://www.postgresql.org/docs/8.1/interactive/functions-admin.html
-> pg_database_size(name)

>
> Regards, Ravi
>
>
>
>
> -----Original Message-----

Please, no silly fullquote below your text.

Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47215, D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Ravindran G - TLS, Chennai. 2006-12-11 14:43:56 Re: Postgresql - Threshold value.
Previous Message Ravindran G - TLS, Chennai. 2006-12-11 14:11:29 Re: Postgresql - Threshold value.