3 #ifndef _DICT_PGSQL_INCLUDED_
4 #define _DICT_PGSQL_INCLUDED_
10 /* dictionary manager interface to Postgresql files
12 /* #include <dict_pgsql.h>
24 #define DICT_TYPE_PGSQL "pgsql"
26 extern DICT
*dict_pgsql_open(const char *name
, int unused_flags
, int dict_flags
);
30 /* androsyn@ratbox.org
32 /* Based upon dict_mysql.c by