We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fcda8 commit e8b2e3dCopy full SHA for e8b2e3d
sql.go
@@ -324,7 +324,7 @@ FROM (SELECT n.nspname
324
FROM pg_catalog.pg_class c,
325
pg_catalog.pg_constraint con,
326
pg_namespace n
327
- WHERE c.oid = '"%[1]s"' :: regclass
+ WHERE c.oid = '%[1]s' :: regclass
328
AND conrelid = c.oid
329
AND n.oid = c.relnamespace
330
AND contype IN ( 'u', 'f', 'c', 'p' )
0 commit comments