We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccfc28 commit 3a0e857Copy full SHA for 3a0e857
src/bin/pg_upgrade/version.c
@@ -443,7 +443,7 @@ old_11_check_for_sql_identifier_data_type_usage(ClusterInfo *cluster)
443
res = executeQueryOrDie(conn,
444
"WITH RECURSIVE oids AS ( "
445
/* the sql_identifier type itself */
446
- " SELECT 'information_schema.sql_identifier'::regtype AS oid "
+ " SELECT 'information_schema.sql_identifier'::pg_catalog.regtype AS oid "
447
" UNION ALL "
448
" SELECT * FROM ( "
449
/* domains on the type */
0 commit comments