mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-16 18:25:12 -06:00
Order foreign table columns correctly. Fixes #2318
This commit is contained in:
parent
78c25cef21
commit
8d6add13c0
@ -40,4 +40,4 @@ LEFT OUTER JOIN
|
||||
WHERE
|
||||
att.attrelid={{foid}}::oid
|
||||
AND att.attnum>0
|
||||
ORDER BY att.attname;
|
||||
ORDER BY att.attnum;
|
||||
|
Loading…
Reference in New Issue
Block a user