Skip to content

Commit 4946198

Browse files
committed
make some use of 'perform'
1 parent bc8a4ce commit 4946198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/dump_stat/dump_stat--1.0.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ CREATE FUNCTION dump_statistic(schema_name text) RETURNS SETOF TEXT AS $$
427427

428428
BEGIN
429429
-- validate schema name
430-
select to_namespace(schema_name);
430+
perform to_namespace(schema_name);
431431

432432
for relid in
433433
select pg_class.oid

0 commit comments

Comments
 (0)