Re: how to check presence of a function and set permissions? - Mailing list pgsql-sql

From Bruce Momjian
Subject Re: how to check presence of a function and set permissions?
Date
Msg-id 200105220415.f4M4Fus29615@candle.pha.pa.us
Whole thread Raw
In response to Re: how to check presence of a function and set permissions?  (Tod McQuillin <devin@spamcop.net>)
List pgsql-sql
I see EXECUTE in the PL/PgSQL manual.

> On Mon, 21 May 2001, Bruno Boettcher wrote:
> 
> > since i am now destroying and recreating my functions at every request
> > (due to the fact that pl/psql can't cope with dynamic table names,
> 
> I don't know about the rest of your question but I believe PostgreSQL
> supports dynamic queries in plpgsql since v7.1 --
> 
> EXECUTE 'SELECT * FROM ' || table_name || ' WHERE whatever';
> 
> However, I do not see it in the documentation, so now I'm not 100%
> certain.
> -- 
> Tod McQuillin
> 
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
> 

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


pgsql-sql by date:

Previous
From: "J.Fernando Moyano"
Date:
Subject: RULES
Next
From: Bruce Momjian
Date:
Subject: Re: how to set ownership of tables?