PostgreSQL Source Code
git master
tab-complete.h
Go to the documentation of this file.
1
/*
2
* psql - the PostgreSQL interactive terminal
3
*
4
* Copyright (c) 2000-2023, PostgreSQL Global Development Group
5
*
6
* src/bin/psql/tab-complete.h
7
*/
8
#ifndef TAB_COMPLETE_H
9
#define TAB_COMPLETE_H
10
11
#include "
pqexpbuffer.h
"
12
13
extern
PQExpBuffer
tab_completion_query_buf
;
14
15
extern
void
initialize_readline
(
void
);
16
17
#endif
/* TAB_COMPLETE_H */
pqexpbuffer.h
PQExpBufferData
Definition:
pqexpbuffer.h:45
initialize_readline
void initialize_readline(void)
tab_completion_query_buf
PQExpBuffer tab_completion_query_buf
src
bin
psql
tab-complete.h
Generated on Sun Jun 4 2023 00:13:25 for PostgreSQL Source Code by
1.9.1