File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ postgres_major:
1010
1111# Full version strings for each major version
1212postgres_release :
13- postgresorioledb-17 : " 17.6.0.014 -orioledb"
14- postgres17 : " 17.6.1.057 "
15- postgres15 : " 15.14.1.057 "
13+ postgresorioledb-17 : " 17.6.0.015 -orioledb"
14+ postgres17 : " 17.6.1.058 "
15+ postgres15 : " 15.14.1.058 "
1616
1717# Non Postgres Extensions
1818pgbouncer_release : 1.19.0
Original file line number Diff line number Diff line change @@ -495,6 +495,8 @@ begin
495495end;
496496$_$;
497497
498+ revoke all on function pgbouncer .get_auth (text ) from public;
499+ grant execute on function pgbouncer .get_auth (text ) to pgbouncer;
498500
499501SET default_tablespace = ' ' ;
500502
Original file line number Diff line number Diff line change @@ -496,8 +496,8 @@ begin
496496end;
497497$_$;
498498
499- REVOKE ALL ON FUNCTION pgbouncer .get_auth (p_usename TEXT ) FROM PUBLIC ;
500- GRANT EXECUTE ON FUNCTION pgbouncer .get_auth (p_usename TEXT ) TO pgbouncer;
499+ revoke all on function pgbouncer .get_auth (text ) from public ;
500+ grant execute on function pgbouncer .get_auth (text ) to pgbouncer;
501501
502502SET default_tablespace = ' ' ;
503503
Original file line number Diff line number Diff line change @@ -510,8 +510,8 @@ begin
510510end;
511511$_$;
512512
513- REVOKE ALL ON FUNCTION pgbouncer .get_auth (p_usename TEXT ) FROM PUBLIC ;
514- GRANT EXECUTE ON FUNCTION pgbouncer .get_auth (p_usename TEXT ) TO pgbouncer;
513+ revoke all on function pgbouncer .get_auth (text ) from public ;
514+ grant execute on function pgbouncer .get_auth (text ) to pgbouncer;
515515
516516SET default_tablespace = ' ' ;
517517
You can’t perform that action at this time.
0 commit comments