You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/include/utils/ps_status.h

26 lines
529 B

/*-------------------------------------------------------------------------
*
* ps_status.h
*
* Declarations for backend/utils/misc/ps_status.c
*
*-------------------------------------------------------------------------
*/
#ifndef PS_STATUS_H
#define PS_STATUS_H
#include "libpq/libpq-be.h"
void
init_ps_display(int argc, char *argv[],
const char * username, const char * dbname,
const char * host_info);
void
set_ps_display(const char * value);
const char *
get_ps_display(void);
#endif /* PS_STATUS_H */