Pg CRUD for joined tables - Mailing list pgsql-general

From gvim
Subject Pg CRUD for joined tables
Date
Msg-id 4FFC37CC.60506@gmail.com
Whole thread Raw
Responses Re: Pg CRUD for joined tables  (Wolfgang Keller <feliphil@gmx.net>)
List pgsql-general
I'm looking for FOSS PostgreSQL CRUD software, preferably Perl-compatible, which will enable me to design input forms
whichcan handle input to tables which reference other tables by foreign key. Most CRUD applications I have seen so far
onlydeal with direct, form field to table field input but I want to build forms which have the same fields as a VIEW
derivedfrom multiple table joins. In other words, I want the CRUD to handle the the joins. 

Any suggestions?

gvim

pgsql-general by date:

Previous
From: tuanhoanganh
Date:
Subject: PL/Python error fetching next item from iterator
Next
From: Jeff Ross
Date:
Subject: Transaction question