Re: Calling plSQL functions

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: Lonnie Cumberland <lonnie_cumberland(at)yahoo(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Calling plSQL functions
Date: 2001-04-12 04:49:12
Message-ID: web-37164@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Lonnie,

It may be that you have not linked the PL/pgSQL language in Postgres.

It may be that you are putting a SELECT statement inside your function.

It is hard to tell, becuase I am unclear on the problem youa re having,
exactly. Here's some terminology to help clarify:

PL/pgSQL is the extension of SQL written by Jan Wieck used to write
functions in PostgreSQL.

PSQL is the command-line interface tool for the PostgreSQL database.

PL/SQL is a procedure-writing language for Oracle which does not work on
PostgreSQL at all, although it was the inspiration for PL/pgSQL.

Please re-state you difficulty, and I can probably help you.

-Josh Berkus

______AGLIO DATABASE SOLUTIONS___________________________
Josh Berkus
Complete information technology josh(at)agliodbs(dot)com
and data management solutions (415) 565-7293
for law firms, small businesses fax 621-2533
and non-profit organizations. San Francisco

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Luis C. Ferreira 2001-04-12 06:05:36 Re: enumerating rows
Previous Message Lonnie Cumberland 2001-04-12 04:16:17 Calling plSQL functions