Search Postgresql Archives

Re: Inserting Data

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 8/18/06, Bob Pawley <rjpawley@xxxxxxx> wrote:
Unfortunately this gave multiple results on the target tables.

Is there a format that will give me a single insert for each original field
without the need of creating three triggers???

Bob

try using old/new in your trigger functions.

insert into table (targetfield) new.field;

merlin


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux