This commit is contained in:
Ian Barwick
2015-01-09 18:44:31 +09:00
parent 74a963a10e
commit e958b8f2d7

View File

@@ -2170,7 +2170,7 @@ create_schema(PGconn *conn)
* here
*/
sqlquery_snprintf(sqlquery,
"CREATE OR REPLACE FUNCTION %s.re_pmgr_update_standby_location(text) "
"CREATE OR REPLACE FUNCTION %s.repmgr_update_standby_location(text) "
" RETURNS boolean "
" AS '$libdir/repmgr_funcs', 'repmgr_update_standby_location' "
" LANGUAGE C STRICT ",