/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/bin/psql/prompt.h
17 строк
402 B
Bruce Momjian
Update copyright for 2026
01 янв 2026, 21:24
01 янв 2026, 21:24
451c439
Код
Авторство
О чём код?
/* * psql - the PostgreSQL interactive terminal * * Copyright (c) 2000-2026, PostgreSQL Global Development Group * * src/bin/psql/prompt.h */ #ifndef PROMPT_H #define PROMPT_H #include "fe_utils/conditional.h" /* enum promptStatus_t is now defined by psqlscan.h */ #include "fe_utils/psqlscan.h" char *get_prompt(promptStatus_t status, ConditionalStack cstack); #endif /* PROMPT_H */