00001 /* 00002 * psql - the PostgreSQL interactive terminal 00003 * 00004 * Copyright (c) 2000-2013, PostgreSQL Global Development Group 00005 * 00006 * src/bin/psql/tab-complete.h 00007 */ 00008 #ifndef TAB_COMPLETE_H 00009 #define TAB_COMPLETE_H 00010 00011 #include "postgres_fe.h" 00012 00013 void initialize_readline(void); 00014 00015 #endif