2 * psql - the PostgreSQL interactive terminal
4 * Copyright (c) 2000-2021, PostgreSQL Global Development Group
6 * src/bin/psql/prompt.h
11 #include "fe_utils/conditional.h"
12 /* enum promptStatus_t is now defined by psqlscan.h */
13 #include "fe_utils/psqlscan.h"
15 char *get_prompt(promptStatus_t status
, ConditionalStack cstack
);