Re: pgsql-server/ oc/src/sgml/catalogs.sgml rc/bac ...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)svr1(dot)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/ oc/src/sgml/catalogs.sgml rc/bac ...
Date: 2004-01-07 04:31:10
Message-ID: 200401070431.i074VA526388@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers


Does this complete this TODO?

o Allow parameters to be specified by name and type during
definition

---------------------------------------------------------------------------

Tom Lane wrote:
> CVSROOT: /cvsroot
> Module name: pgsql-server
> Changes by: tgl(at)svr1(dot)postgresql(dot)org 04/01/06 19:55:19
>
> Modified files:
> doc/src/sgml : catalogs.sgml
> src/backend/bootstrap: bootstrap.c
> src/backend/catalog: pg_aggregate.c pg_proc.c
> src/backend/commands: functioncmds.c
> src/backend/nodes: copyfuncs.c equalfuncs.c
> src/backend/parser: gram.y
> src/backend/utils/adt: sets.c
> src/backend/utils/fmgr: fmgr.c
> src/include/catalog: catversion.h pg_attribute.h pg_class.h
> pg_proc.h
> src/include/nodes: nodes.h parsenodes.h
> src/pl/plperl : plperl.c
> src/pl/plpgsql/src: pl_comp.c
> src/pl/plpython: plpython.c
> src/pl/tcl : pltcl.c
>
> Log message:
> Apply the core parts of Dennis Bjorklund's patch to allow function
> parameters to be declared with names. pg_proc has a column to store
> names, and CREATE FUNCTION can insert data into it, but that's all as
> yet. I need to do more work on the pg_dump and plpgsql portions of the
> patch before committing those, but I thought I'd get the bulky changes
> in before the tree drifts under me.
> initdb forced due to pg_proc change.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

--
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-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-01-07 04:32:57 pgsql-server/doc TODO
Previous Message Tom Lane 2004-01-07 00:44:21 pgsql-server/src/bin/pg_dump dumputils.c dumpu ...

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-01-07 04:38:44 Re: Brokenness in parsing of pg_hba.conf
Previous Message Alex J. Avriette 2004-01-07 04:25:55 Re: Brokenness in parsing of pg_hba.conf