Re: [GENERAL] Real newbie question re documentation for PL/SQL

From: Ed Loehr <eloehr(at)austin(dot)rr(dot)com>
To: Timothy Grant <tjg(at)avalongroup(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Real newbie question re documentation for PL/SQL
Date: 2000-03-01 00:22:37
Message-ID: 38BC62CD.8BA98C11@austin.rr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Timothy Grant wrote:
>
> Hi,
>
> I keep seeing references to server side scripting and something called
> PL/SQL, I found some mention of extending it in the programmers
> reference, but I am unable to find any reference material, is there such
> a thing, and if so, where can I find it.

Here are a few pl/pgsql references I've found helpful:

Enabling PL/pgSQL: http://www.deja.com/getdoc.xp?AN=548176178

The "manual", AFAIK:
http://www.postgresql.org/docs/postgres/xplang19388.html

Examples: .../postgresql-6.5.*/src/test/regress/sql/plpgsql.sql

Cheers,
Ed Loehr

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ed Loehr 2000-03-01 00:37:41 Re: [GENERAL] Real newbie question re documentation for PL/SQL
Previous Message Timothy Grant 2000-02-29 23:32:17 Real newbie question re documentation for PL/SQL