Fixes tests

pull/7270/head
gindibay 2023-10-06 15:24:23 +03:00
parent 94abb07409
commit 6913496f42
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ CREATE DATABASE mydatabase
ALLOW_CONNECTIONS = true ALLOW_CONNECTIONS = true
IS_TEMPLATE = false; IS_TEMPLATE = false;
SELECT pd.oid,pd.datname, pd.encoding, SELECT pd.datname, pd.encoding,
pd.datistemplate, pd.datallowconn, pd.datconnlimit, pd.datistemplate, pd.datallowconn, pd.datconnlimit,
pd.datcollate , pd. datctype , pd.datacl, rolname AS database_owner, pd.datcollate , pd. datctype , pd.datacl, rolname AS database_owner,
pa.rolname AS database_owner, pt.spcname AS tablespace pa.rolname AS database_owner, pt.spcname AS tablespace