vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| It would be very nice if foreign key fields had a pulldown to select the value from existing values in the foreign table. Are there any plans to add this functionality to pgAdminIII? Scott ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| ||||
| Scott Chapman wrote: > It would be very nice if foreign key fields had a pulldown to select the > value from existing values in the foreign table. Are there any plans to > add this functionality to pgAdminIII? This sounds nice, I put it on the TODO list. Still, there are some caveats: The FK table may be too big to be usable in a combobox, we'd need some graceful limit here. Regards, Andreas ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org |