...
Description: This API can be used to delete attributes of a PBS object.
Signature:
int pgpbs_db_del_attr_obj(pbs_db_conn_t *conn, void *obj_id, char *sv_time, pbs_db_attr_list_t *attr_list)
...
Description: This API can be used to start the database instance.
Signature:
int pgpbs_start_db(char **errmsg)
Parameters:
...
Description: This API can be used to shut down the database instance.
Signature:
int pgpbs_shutdown_db(char **errmsg)
...
Description: This API can be used to check if the database instance is running.
Signature:
int pgpbs_status_db(char **errmsg)
...
Description: This API can be used to change the database user and password for the database instance.
Signature:
int pgpbs_db_password(pbs_db_conn_t *conn, char *user_name, char *password, int change_user)
...