Skip to content

Commit 8447d1d

Browse files
committed
Revert postgres changes.
1 parent 9dab9ef commit 8447d1d

File tree

6 files changed

+616
-880
lines changed

6 files changed

+616
-880
lines changed

modules/module-postgres/src/api/PostgresRouteAPIAdapter.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,7 @@ LEFT JOIN (
314314
AND NOT a.attisdropped
315315
AND has_column_privilege(tbl.quoted_name, a.attname, 'SELECT, INSERT, UPDATE, REFERENCES')
316316
)
317-
GROUP BY schemaname, tablename, quoted_name
318-
ORDER BY schemaname, tablename;`
317+
GROUP BY schemaname, tablename, quoted_name`
319318
);
320319
await this.typeCache.fetchTypesForSchema();
321320
const rows = pgwire.pgwireRows(results);

0 commit comments

Comments
 (0)