From 8f08074720a25fb295813d3f5820e3a7387ac2b8 Mon Sep 17 00:00:00 2001 From: gindibay Date: Thu, 5 Oct 2023 22:30:06 +0300 Subject: [PATCH] Adds OID to see the error cause --- src/test/regress/sql/create_drop_database_propagation.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/sql/create_drop_database_propagation.sql b/src/test/regress/sql/create_drop_database_propagation.sql index 576274d66..c86523e37 100644 --- a/src/test/regress/sql/create_drop_database_propagation.sql +++ b/src/test/regress/sql/create_drop_database_propagation.sql @@ -13,7 +13,7 @@ CREATE DATABASE mydatabase ALLOW_CONNECTIONS = true IS_TEMPLATE = false; -SELECT pd.datname, pd.encoding, +SELECT pd.oid,pd.datname, pd.encoding, pd.datistemplate, pd.datallowconn, pd.datconnlimit, pd.datcollate , pd. datctype , pd.datacl, rolname AS database_owner, pa.rolname AS database_owner, pt.spcname AS tablespace