Eneboo - Documentación para desarrolladores
|
00001 /*------------------------------------------------------------------------- 00002 * 00003 * ps_status.h 00004 * 00005 * Declarations for backend/utils/misc/ps_status.c 00006 * 00007 * $PostgreSQL: pgsql/src/include/utils/ps_status.h,v 1.26 2005/11/05 03:04:53 tgl Exp $ 00008 * 00009 *------------------------------------------------------------------------- 00010 */ 00011 00012 #ifndef PS_STATUS_H 00013 #define PS_STATUS_H 00014 00015 extern char **save_ps_display_args(int argc, char **argv); 00016 00017 extern void init_ps_display(const char *username, const char *dbname, 00018 const char *host_info); 00019 00020 extern void set_ps_display(const char *activity); 00021 00022 extern const char *get_ps_display(int *displen); 00023 00024 #endif /* PS_STATUS_H */