Need help to do an insert from other table in the new table just created by default ( like a trigger to fire after create table )

From: NMarcu <marcu(dot)nicolae(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Need help to do an insert from other table in the new table just created by default ( like a trigger to fire after create table )
Date: 2009-11-10 13:02:22
Message-ID: cfd36b02-f4a7-40c3-90b7-af97ac435449@v30g2000yqm.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello all,

I need, after one specific table is created, with syncdb, to insert
in that new table some values from other table. Exactly I need to add
in a column of the new table all fields from other table. How can I do
this, I know that trigger can't fire after a create table event, what
else can I use?

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2009-11-10 13:15:59 Re: What to install to be able to build docs on Arch Linux?
Previous Message Bill Moran 2009-11-10 11:54:51 Re: Editor for sgml files