From 815ef9787694f776d54c594145f64bc0f56cabe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Mon, 30 May 2022 07:50:58 +0200 Subject: [PATCH] Whitespace --- R/postgres.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/postgres.R b/R/postgres.R index 31cbab291f..4f36caa83e 100644 --- a/R/postgres.R +++ b/R/postgres.R @@ -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) +"