|
|
Sponsor |
Help working with arrays / vectors: msg#00129db.postgresql.novice
Hello all, I am
trying to write a function akin to M$'s (or Sybase's) sp_helptext, which
basically returns the definition of a stored procedure (or function, in this
case.) Using pl/pgSQL I have written a function that returns the body of a
given function by returning the corresponding prosrc attribute from
pg_proc. The difficulty comes in figuring out a way to also return the
parameters required by the function. I am aware that the pronargs
attribute contains the number of arguments, and the proargtypes attribute
contains an array (vector) of the oids of the argument types. That's where
I get stuck, I haven't found any documentation detailing a method for
manipulating vectors in pl/pgSQL. Is there a way to fetch an oidvector
type directly into an array and then manipulate the array? If not, is
there a "best method" for fetching the oidvector into a text variable and
parsing it to create an array?
Better yet, has
anyone out there who knows what they're doing already written a similar
function. I'm not too proud to borrow code.
Thanks in
advance,
Brett
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Expect and scripting., Josh Berkus |
|---|---|
| Next by Date: | Re: Help working with arrays / vectors, Tom Lane |
| Previous by Thread: | Re: [GENERAL] ISAM access in PostgreSQL?, Bruce Momjian |
| Next by Thread: | Re: Help working with arrays / vectors, Tom Lane |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |
Home | sitemap
| advertise | OSDir is
an inevitable website.
|