Order foreign table columns correctly. Fixes #2318

pull/5/head
Khushboo Vashi 2017-04-18 14:37:30 +01:00 committed by Dave Page
parent 78c25cef21
commit 8d6add13c0
1 changed files with 1 additions and 1 deletions

View File

@ -40,4 +40,4 @@ LEFT OUTER JOIN
WHERE
att.attrelid={{foid}}::oid
AND att.attnum>0
ORDER BY att.attname;
ORDER BY att.attnum;