Re: manipulating the database in plsql

Поиск
Список
Период
Сортировка
От Janning Vygen
Тема Re: manipulating the database in plsql
Дата
Msg-id 200207081636.g68GaaX01778@janning.planwerk6.local
обсуждение исходный текст
Ответ на manipulating the database in plsql  (teknokrat@yahoo.com (teknokrat))
Список 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





В списке pgsql-sql по дате отправления:

Предыдущее
От: Ignacio Coloma
Дата:
Сообщение: Re: newbie question
Следующее
От: "Kristian Eide"
Дата:
Сообщение: Rule WHERE condition problem