1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-18 12:21:24 +02:00

Display foreign keys from other schemas in PostgreSQL (thanks to Ondrej Letocha)

This commit is contained in:
Jakub Vrana
2011-07-12 16:03:39 +02:00
parent 33c4623345
commit 9e0e161253
5 changed files with 10 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ Display column collation in tooltip
Keyboard shortcuts: Alt+Shift+1 for homepage, Ctrl+Shift+Enter for Save and continue edit
Show only errors with Webserver file SQL command
Display error with all wrong SQL commands (MySQL)
Display foreign keys from other schemas (PostgreSQL)
Pagination support (Oracle)
Autocomplete for big foreign keys (Editor)
Display name of the referenced record in PostgreSQL (Editor)