/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/bin/psql/tab-complete.h
17 строк
347 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/tab-complete.h */ #ifndef TAB_COMPLETE_H #define TAB_COMPLETE_H #include "pqexpbuffer.h" extern PQExpBuffer tab_completion_query_buf; extern void initialize_readline(void); #endif /* TAB_COMPLETE_H */