Re: Increasing MAX_ARGS

From: Roberto Mello <rmello(at)cc(dot)usu(dot)edu>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Increasing MAX_ARGS
Date: 2001-11-09 15:58:31
Message-ID: 20011109085831.A6492@cc.usu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thu, Nov 08, 2001 at 09:35:49PM -0800, Josh Berkus wrote:
> Tom, Bruce, Roberto,
>
> Ok, it worked!
>
> I have my first function (a test function, mind you) with 20 parameters.

That's great Josh!

> To compile and install postgres, I did both ./configure --enable-depend
> and make clean.

I think the make clean takes care of enabling dependencies, so the
--enable-depend would be redundant (/me thinks).

I usually rm the config.cache just to be safe.

> BTW, pg_dumpall is working beautifully now. I was able to back up the
> server, install the new version, and restore the server ... all in about
> 15 minutes, from a remote console. Try to do that with MS SQL Server!

Heheh. PostgreSQL rocks! :-)

-Roberto

--
+----| http://fslc.usu.edu USU Free Software & GNU/Linux Club |------+
Roberto Mello - Computer Science, USU - http://www.brasileiro.net
http://www.sdl.usu.edu - Space Dynamics Lab, Developer
$$$ not found -- A)bort, R)efinance, D)eclare bankruptcy

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Jeff Eckermann 2001-11-09 16:35:42 Re: substring replacement
Previous Message Stephan Szabo 2001-11-09 15:57:41 Re: Optimization, etc