postgresql/src/include/nodes
Bruce Momjian 9b21a18cee the following little patch adds array references to query
parameters. With it applied a function like

    CREATE FUNCTION getname(oid8, int4) RETURNS name AS
        'SELECT typname FROM pg_type WHERE oid = $1[$2]'
        LANGUAGE 'sql';

    is possible. Mainly I need this to enable array references in
    expressions for PL/pgSQL. Complete regression test ran O.K.

Jan
1998-10-02 16:23:07 +00:00
..
execnodes.h OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
makefuncs.h Fix for constbyval. 1998-10-01 22:51:22 +00:00
memnodes.h OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
nodeFuncs.h OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
nodes.h Get rid of some long-dead code that thinks NOTIFY is passed to the 1998-10-01 02:04:01 +00:00
params.h OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
parsenodes.h the following little patch adds array references to query 1998-10-02 16:23:07 +00:00
pg_list.h OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
plannodes.h OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
primnodes.h OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
print.h OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
readfuncs.h OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
relation.h OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00