Re: is there anyway to get the backends IP address from

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: tony_caduto(at)amsoftwaredesign(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: is there anyway to get the backends IP address from
Date: 2005-02-21 15:47:35
Message-ID: 200502211547.j1LFlZP27084@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tony Caduto wrote:
> Bruce,
> On another note, is there plans to improve the type checking of stored
> functions during the save/compile?
> Currently I can pretty much make tons of mistakes (on purpose of course
> :-) and they are not flagged as errors until runtime.
> The biggest complaint I see from other DBAs (MS SQL, Oracle) is that
> Postgres does little to no pre-runtime type checking.

We have no plans to improve that. We do have 'check_function_bodies'
which defaults to true and does some checking. Would you give us a
particular example you would like improved?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Geoffrey KRETZ 2005-02-21 15:49:35 Re: PGS 7.2 : Insert with wrong number of values did not
Previous Message Scott Marlowe 2005-02-21 15:44:42 Re: PGS 7.2 : Insert with wrong number of values did not