Thread: 8.1 observation

8.1 observation

From
Tony Caduto
Date:
Hi,
I just noticed that pronargs in pg_proc does not show the full arg
count, seems only to show count of IN args.
shouldn't this show the full arg count including in/out/inout?

Also is it ok to talk about the 8.1 beta in this list?

Thanks,

Tony

Re: 8.1 observation

From
Tom Lane
Date:
Tony Caduto <tony_caduto@amsoftwaredesign.com> writes:
> I just noticed that pronargs in pg_proc does not show the full arg
> count, seems only to show count of IN args.
> shouldn't this show the full arg count including in/out/inout?

There was some discussion of that just a day or so ago; so far no one's
come up with a reasonable suggestion for what the output should look like.

> Also is it ok to talk about the 8.1 beta in this list?

Beta testing is generally considered off-topic for -general; try -hackers.

            regards, tom lane