File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5248,9 +5248,9 @@ reset work_mem;
5248
5248
(1 row)
5249
5249
5250
5250
-- check \df+
5251
- begin;
5252
5251
-- we have to use functions with a predictable owner name, so make a role
5253
5252
create role regress_psql_user superuser;
5253
+ begin;
5254
5254
set session authorization regress_psql_user;
5255
5255
create function psql_df_internal (float8)
5256
5256
returns float8
@@ -5275,6 +5275,7 @@ comment on function psql_df_plpgsql () is 'some comment';
5275
5275
(3 rows)
5276
5276
5277
5277
rollback;
5278
+ drop role regress_psql_user;
5278
5279
-- check \sf
5279
5280
\sf information_schema._pg_expandarray
5280
5281
CREATE OR REPLACE FUNCTION information_schema._pg_expandarray(anyarray, OUT x anyelement, OUT n integer)
Original file line number Diff line number Diff line change @@ -1276,9 +1276,9 @@ reset work_mem;
1276
1276
\do && anyarray *
1277
1277
1278
1278
-- check \df+
1279
- begin ;
1280
1279
-- we have to use functions with a predictable owner name, so make a role
1281
1280
create role regress_psql_user superuser;
1281
+ begin ;
1282
1282
set session authorization regress_psql_user;
1283
1283
1284
1284
create function psql_df_internal (float8)
@@ -1297,6 +1297,7 @@ comment on function psql_df_plpgsql () is 'some comment';
1297
1297
1298
1298
\df+ psql_df_*
1299
1299
rollback ;
1300
+ drop role regress_psql_user;
1300
1301
1301
1302
-- check \sf
1302
1303
\sf information_schema ._pg_expandarray
You can’t perform that action at this time.
0 commit comments