create new table

Поиск
Список
Период
Сортировка
От Tamas Kohegyi
Тема create new table
Дата
Msg-id 376F9065.A15A9BE@gw.cdk.bme.hu
обсуждение исходный текст
Список 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



В списке pgsql-sql по дате отправления: