create new table - Mailing list pgsql-sql

From tkohegyi@gw.cdk.bme.hu
Subject create new table
Date
Msg-id m10wQg5-000BdLC@gw.consultronics.hu
Whole thread Raw
List pgsql-sql
Hi all,

I have to create a table in a function, but i know 
the name of the new
table inside the fuction only.
How can I do this? (PL/PgSQL)

e.g.:
---------------------------
DECLARE a text;
...
BEGIN
a := 'newdb';
...
CREATE TABLE a (...);
...
------------------------------

-> parse error at or near "$1"
So it does not work...

Any idea?

Thanks,
Tamas
e-mail: tkohegyi@gw.cdk.bme.hu



| T a m a s   K o h e g y i            | H-1111 Budapest, Muegyetem rkp. 3|
| Consultronics Development Ltd.       | BME, building D. 1st floor       |
| HUNGARY                              | Tel: +36 (1) 372 0580            |
| http://www.consultronics.com         | E-mail: tkohegyi@gw.cdk.bme.hu   |


pgsql-sql by date:

Previous
From: Tamas Kohegyi
Date:
Subject: create new table
Next
From: Luiz Renuncio
Date:
Subject: Sharing a user defined type