Re: manipulating the database in plsql

From: Janning Vygen <vygen(at)gmx(dot)de>
To: teknokrat(at)yahoo(dot)com (teknokrat), pgsql-sql(at)postgresql(dot)org
Subject: Re: manipulating the database in plsql
Date: 2002-07-08 16:36:35
Message-ID: 200207081636.g68GaaX01778@janning.planwerk6.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Am Sonntag, 7. Juli 2002 20:40 schrieb teknokrat:
> Is there any way to work with tables etc, in plsql? Can i get a get
> a database handle to the local database? If not, is there any
> chance for this to be implemented in the near future?

I guess you mean plpgsql.

you dont need a database handle inside plpgsql. you just can do SQL
operations or do other stuff like inserting, updating and so on
(sometimes you need the plpgsql PERFORM statement). look at the
programmers guide about procedural languages (plpgsql.html)

janning

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Richard Huxton 2002-07-08 16:49:48 Re: newbie question
Previous Message Roberto Mello 2002-07-08 15:53:55 Re: newbie question