/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/bin/psql/help.h
21 строка
408 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/help.h */ #ifndef HELP_H #define HELP_H void usage(unsigned short int pager); void slashUsage(unsigned short int pager); void helpVariables(unsigned short int pager); void helpSQL(const char *topic, unsigned short int pager); void print_copyright(void); #endif