PostgreSQL Source Code
git master
prompt.h
Go to the documentation of this file.
1
/*
2
* psql - the PostgreSQL interactive terminal
3
*
4
* Copyright (c) 2000-2024, PostgreSQL Global Development Group
5
*
6
* src/bin/psql/prompt.h
7
*/
8
#ifndef PROMPT_H
9
#define PROMPT_H
10
11
#include "
fe_utils/conditional.h
"
12
/* enum promptStatus_t is now defined by psqlscan.h */
13
#include "
fe_utils/psqlscan.h
"
14
15
char
*
get_prompt
(
promptStatus_t
status,
ConditionalStack
cstack);
16
17
#endif
/* PROMPT_H */
conditional.h
get_prompt
char * get_prompt(promptStatus_t status, ConditionalStack cstack)
Definition:
prompt.c:66
psqlscan.h
promptStatus_t
enum _promptStatus promptStatus_t
ConditionalStackData
Definition:
conditional.h:67
src
bin
psql
prompt.h
Generated on Mon Sep 9 2024 00:13:24 for PostgreSQL Source Code by
1.9.1