Re: limit of 16 on arguments to functons

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: "V R" <varadha24(at)hotmail(dot)com>, josh(at)agliodbs(dot)com, pgsql-novice(at)postgresql(dot)org
Subject: Re: limit of 16 on arguments to functons
Date: 2002-02-07 07:32:39
Message-ID: web-687300@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Varadha,

> we install postgres using RPM so how do I go about it then.

Sorry, no can do. If you want to use special compile-time options, you
cannot use RPMs. RPMs are for people who want the default install.

The good news is that 7.2 came out yesterday. Within a few weeks, you
should see RPMs for your chosen distribution appearing. The reason
that this is good news for you is that (I believe) Tom and Bruce made
the default arguments/parameters 24 in version 7.2 instead of 16.

Of course, compiling Postgres isn't hard:
pg_dumpall > database_backup
su root
tar -xvzf postgresql-7.2.tgz
cd postgresql-7.2
./configure
make
su postgres
make install
<postgres dir>/bin/initdb
pg_restore database_backup

-Josh

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Dominique Duflos 2002-02-07 09:28:31 Re: Connecting a postgresql client to an oracle7 db
Previous Message V R 2002-02-07 07:14:04 Re: limit of 16 on arguments to functons