Function to update node records

This commit is contained in:
Ian Barwick
2015-01-16 14:14:04 +09:00
parent 609453a848
commit c413cff461
2 changed files with 30 additions and 6 deletions

View File

@@ -2173,6 +2173,7 @@ create_schema(PGconn *conn)
}
PQclear(res);
// ZZZ no longer needed
sqlquery_snprintf(sqlquery,
"CREATE OR REPLACE FUNCTION %s.repmgr_get_primary_conninfo() "
" RETURNS text "