Re: tablename as attribute in pgplsql - Mailing list pgsql-sql

From Rod Taylor
Subject Re: tablename as attribute in pgplsql
Date
Msg-id 1053650483.279.13.camel@jester
Whole thread Raw
In response to tablename as attribute in pgplsql  (Benoît Bournon <benoit.bournon@adelis.com>)
List pgsql-sql
> I want to use client table as a variable

In plpgsql you can do that by using EXECUTE

http://www.postgresql.org/docs/view.php?version=7.3&idoc=1&file=plpgsql-control-structures.html

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

pgsql-sql by date:

Previous
From: Rod Taylor
Date:
Subject: Re: numeric fields and null
Next
From: Rod Taylor
Date:
Subject: Re: Another sub-select problem...