Fix obsolete comment regarding FSM truncation.
[PostgreSQL.git] / src / bin / psql / tab-complete.h
blob0373b4fb304d7b0c5c2878324d3d07e87744fa66
1 /*
2 * psql - the PostgreSQL interactive terminal
4 * Copyright (c) 2000-2008, PostgreSQL Global Development Group
6 * $PostgreSQL$
7 */
8 #ifndef TAB_COMPLETE_H
9 #define TAB_COMPLETE_H
11 #include "postgres_fe.h"
13 void initialize_readline(void);
15 #endif