Feature Requests item #1033468, was opened at 2004-09-23 11:42
Message generated for change (Comment added) made by xzilla
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418983&aid=1033468&group_id=37132
Category: Tables
Group: None
>Status: Closed
Priority: 5
Submitted By: Deric Sullivan (dericsully)
>Assigned to: Robert Treat (xzilla)
Summary: pull down list for fields with foreign keys
Initial Comment:
Hi,
Are there plans to add a feature as described below
to phpPgAdmin?
When inserting/editing a row in a table, if the field
being edited is a foreign key, could there be some type
of pull down list that would display all of the choices
instead of needing to type the value in manually?
Thank you,
Deric Sullivan
----------------------------------------------------------------------
>Comment By: Robert Treat (xzilla)
Date: 2004-11-25 16:43
Message:
Logged In: YES
user_id=204589
This would cause performance issues in some databases. For
example, if a table has 1000 entries in it, and another table is a
FK of that table, we would have to query for the 1000 entries and
then write them into the page. The html bloat/wieght isn't worth it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418983&aid=1033468&group_id=37132
|