Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Fwd: Query the catalog





---------- Forwarded message ----------
From: Sibte Abbas <sibtay(at)gmail(dot)com>
Date: Aug 31, 2007 8:32 AM
Subject: Re: [GENERAL] Query the catalog
To: Ottó Havasvölgyi <havasvolgyi(dot)otto(at)gmail(dot)com>

On 8/31/07, Ottó Havasvölgyi <havasvolgyi(dot)otto(at)gmail(dot)com> wrote:
Hi,

How can I query the following information from the catalog:

You can find guc variables for both of these compile time constants:
 

- max number of index columns;

show  max_index_keys;

- max number of function arguments;

show max_function_args;
 

As far as I know these are compile-time constants, default is 32.

Thanks,
Otto


regards,
-- Sibte



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group