Re: PLPGSQL function schema or table parameter - Mailing list pgsql-general

From A. Kretschmer
Subject Re: PLPGSQL function schema or table parameter
Date
Msg-id 20050905191029.GA19305@webserv.wug-glas.de
Whole thread Raw
In response to PLPGSQL function schema or table parameter  (Sidnei de Souza <sidnei@cria.org.br>)
List pgsql-general
am  05.09.2005, um 14:26:31 -0300 mailte Sidnei de Souza folgendes:
> Is it possible to pass a table name and/or schema name to a plpgsql
> function?

Yes.

> How can I use them in the code? Which Types to use for each of the
> parameters?

varchar.

>
> E.g.
>
> create or replace function MyTest (mySchema WhichType?, myTable WhichType?)

varchar, varchar. (possibly other char-types like char(n))

Read
http://www.postgresql.org/docs/8.0/interactive/plpgsql-statements.html#PLPGSQL-STATEMENTS-EXECUTING-DYN



Regards, Andreas
--
Andreas Kretschmer    (Kontakt: siehe Header)
Heynitz:  035242/47212,      D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
 ===    Schollglas Unternehmensgruppe    ===

pgsql-general by date:

Previous
From: Chris Browne
Date:
Subject: Re: More statistics?
Next
From: Poul Møller Hansen
Date:
Subject: Setting up a database for 10000 concurrent users