Re: PL/PGSQL Cook Book

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: mark proctor <m(dot)proctor(at)bigfoot(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: PL/PGSQL Cook Book
Date: 2001-02-12 22:06:35
Message-ID: 200102122206.RAA27860@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


Even a PL/PgSQL FAQ would be good.

> mark proctor writes:
>
> > I've been trawling through the mailist lists and I notice there was
> > talk back in 1999 abouta PLPGSQL Cook Book - did anything come of
> > this? If no one is maintaining something like this and people think
> > its a good idea I think we should have another crack at it. I'd be
> > happy to maintain something like this and put it up on the web,
> > although I'm only a newbie and would rely upon user contribution.
>
> Start writing, and send it to pgsql-docs(at)postgresql(dot)org(dot) It doesn't have
> to be a great work of literature; incremental work is just fine.
>
> > How can I create Tree structures?
> > Are recursive functions supported?
> > Whats are the advanteds disadvantes of the different scipting langues PL/PGSQL, PL/Perl, PL/Tcl?
> > How do variable scopes work in PL/PGSQL?
> > Can I output variables from a function to the command line for debugging purposes?
> > How to debug PL/PGSQL?
> > Various examples for each of the statements
>
> All valid questions.
>
> --
> Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/
>
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Peter Eisentraut 2001-02-12 22:11:45 Re: PL/PGSQL Cook Book
Previous Message Tom Lane 2001-02-12 21:17:05 Re: ORDER BY in SQL functions