Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed May 30, 2022
1 parent 938cfe7 commit e28deef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/postgres.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ postgres_column_constraints <- "SELECT current_database()::information_schema.sq
WHEN 'f'::\"char\" THEN c.confkey
ELSE c.conkey
END)) AND NOT a.attisdropped AND (c.contype = ANY (ARRAY['f'::\"char\"])) AND (r.relkind = ANY (ARRAY['r'::\"char\", 'p'::\"char\"]))) x(tblschema, tblname, tblowner, colname, colnum, cstrschema, cstrname)
WHERE pg_has_role(x.tblowner, 'USAGE'::text)"
WHERE pg_has_role(x.tblowner, 'USAGE'::text)
"

0 comments on commit e28deef

Please sign in to comment.