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 612495e commit bc20aceCopy full SHA for bc20ace
lib/pg_reorg.sql.in
@@ -80,7 +80,7 @@ LANGUAGE sql STABLE STRICT;
80
81
CREATE FUNCTION reorg.get_assign(oid, text) RETURNS text AS
82
$$
83
- SELECT '(' || array_to_string(reorg.array_accum(attname), ', ') ||
+ SELECT '(' || array_to_string(reorg.array_accum(quote_ident(attname)), ', ') ||
84
') = (' || $2 || '.' ||
85
array_to_string(reorg.array_accum(quote_ident(attname)), ', ' || $2 || '.') || ')'
86
FROM (SELECT attname FROM pg_attribute
0 commit comments