Creating new table with a function?

From: Csányi Pál <csanyipal(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Creating new table with a function?
Date: 2014-08-16 14:08:14
Message-ID: CAONhAouBoM6YffLoFQC44fcww-1dzDmJBT8_-OvFqxC6D_98mg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

Is it possible to create a new table with help of a function?

I want to create a new table in my database by using a function that
get datas from existing tables so it can to create a new table with
fields.

Can one create such function?
If the answer is yes, then how can one do this?
Where is described in documentation creating such custom functions?

--
Regards from Pal

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Andreas Kretschmer 2014-08-16 14:18:40 Re: Creating new table with a function?
Previous Message Keith 2014-08-15 16:15:55 Re: Upgrading from PG 8.2.5 to 9.1.13