| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Jeff Eckermann <jeff_eckermann(at)yahoo(dot)com> |
| Cc: | bill(at)mcmilleon(dot)com, "'scott(dot)marlowe'" <scott(dot)marlowe(at)ihs(dot)com>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: 7.4 -> 7.4.1 upgrade with customization on freebsd |
| Date: | 2004-01-19 23:23:24 |
| Message-ID: | 19139.1074554604@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Jeff Eckermann <jeff_eckermann(at)yahoo(dot)com> writes:
> --- bill(dot)postgresql-users(at)mcmilleon(dot)com wrote:
>> 1) having now done some development in 7.4, I've
>> decided I need to be
>> able to exceed the default limit of 16 arguments
>> for plpgsql functions
Bill, you do realize that the default limit is not 16? It's been 32
for a good while ...
> You will need to start over. You can preserve your
> data by either of the two previously suggested
> methods, i.e. pg_dumpall, or copy the $PGDATA
> directory off to the side, then restore it later.
He had better pg_dumpall, because the modified server won't be able to
use the old $PGDATA tree.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jared Carr | 2004-01-20 00:21:05 | Re: Getting rid of duplicate tables. |
| Previous Message | Jeff Eckermann | 2004-01-19 22:57:51 | Re: 7.4 -> 7.4.1 upgrade with customization on freebsd |