Function parameter names

From: Dennis Bjorklund <db(at)zigo(dot)dhs(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Function parameter names
Date: 2003-11-23 16:53:11
Message-ID: Pine.LNX.4.44.0311231741290.29118-100000@zigo.dhs.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm in the middle of implementing function parameter names. In pg_proc
the types of the parameters are currently stored as an oidvector, but
how should I store the parameter names?

Would it be a good idea to create a namevector in the same way as
oidvector? Would a normal array like name[] be better?

What is the reason for the oidvector to be it's own type instead of a
oid[]?

--
/Dennis

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hans-Jürgen Schönig 2003-11-23 17:12:18 Re: ObjectWeb/Clustered JDBC
Previous Message Nigel J. Andrews 2003-11-23 14:04:35 Re: Commercial binary support?