Re: how to check presence of a function and set permissions?

From: Tod McQuillin <devin(at)spamcop(dot)net>
To: Bruno Boettcher <bboett(at)erm1(dot)u-strasbg(dot)fr>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: how to check presence of a function and set permissions?
Date: 2001-05-21 08:54:02
Message-ID: Pine.GSO.4.33.0105210350290.3446-100000@sysadmin
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Cedar Cox 2001-05-21 09:15:41 Re: Case insensitive string comparison?
Previous Message Bruno Boettcher 2001-05-21 08:33:33 how to check presence of a function and set permissions?