The best way to insert rows into multiple tables? - Mailing list pgsql-novice

From Christian Emery
Subject The best way to insert rows into multiple tables?
Date
Msg-id 20040806210439.32776.qmail@web52201.mail.yahoo.com
Whole thread Raw
List pgsql-novice
I can't seem to create a trigger and function
correctly to get it done....

I am trying to create the backend to a web-based
checklist that will insert the data into a db. Once
the chklst_header table is created, I want to create
the child tables with the same currval in the
sequence, preferably on insert into the header table.

Any ideas or examples are greatly appreciated!!!!!

Once I get this all figured out, I would be more than
happy to share the end result of my little project and
the source for others as well.

Thanks.
christian
cpemery [at] YahOO (dot) CoM



__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Multiple return 'columns' from postgre pl/pgsql
Next
From: Fredrik Jonson
Date:
Subject: Re: Design question regarding arrays