mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
This commit is contained in:
parent
93a7c2c734
commit
8fb81e7f7a
@ -604,7 +604,6 @@ WHERE (t.typrelid = 0 OR (SELECT c.relkind = 'c' FROM pg_catalog.pg_class c WHER
|
||||
AND (array_length(pgp.proargtypes, 1) = 0)
|
||||
AND ( pgn.nspname = '${schema}' OR pgn.nspname = 'pg_catalog' )
|
||||
AND pgp.proretset=false
|
||||
AND pgp.prokind='f'
|
||||
GROUP BY t.typname
|
||||
ORDER BY t.typname ASC;
|
||||
`;
|
||||
|
Loading…
Reference in New Issue
Block a user