--- ben sewell <mosherben(at)gmail(dot)com> wrote:
> Hi Keith,
> thanks for your reply.
>
> What about inserting and deleting data? what do I need on the database
> server?
>
With pass-throught queries you can send the inserts or deletes.
or you can bind your form directly to an "updateable/insertable/deleteable" view using the rule
system. Rules on the view will handle all of the processing for you. There is a little bit of
set-up required however:
http://www.postgresql.org/docs/8.1/interactive/rules-update.html
Regards,
Richard Broersma Jr.