@@ -167,23 +167,6 @@ typedef struct pgNotify
167
167
typedef void (* PQnoticeReceiver ) (void * arg , const PGresult * res );
168
168
typedef void (* PQnoticeProcessor ) (void * arg , const char * message );
169
169
170
- /* Print options for PQprint() */
171
- typedef char pqbool ;
172
-
173
- typedef struct _PQprintOpt
174
- {
175
- pqbool header ; /* print output field headings and row count */
176
- pqbool align ; /* fill align the fields */
177
- pqbool standard ; /* old brain dead format */
178
- pqbool html3 ; /* output html tables */
179
- pqbool expanded ; /* expand tables */
180
- pqbool pager ; /* use pager for output if needed */
181
- char * fieldSep ; /* field separator */
182
- char * tableOpt ; /* insert to HTML <table ...> */
183
- char * caption ; /* HTML <caption> */
184
- char * * fieldName ; /* null terminated array of replacement field
185
- * names */
186
- } PQprintOpt ;
187
170
188
171
/* ----------------
189
172
* Structure for the conninfo parameter definitions returned by PQconndefaults
@@ -533,28 +516,6 @@ extern unsigned char *PQescapeBytea(const unsigned char *from, size_t from_lengt
533
516
534
517
535
518
536
- /* === in fe-print.c === */
537
-
538
- extern void PQprint (FILE * fout , /* output stream */
539
- const PGresult * res ,
540
- const PQprintOpt * ps ); /* option structure */
541
-
542
- /*
543
- * really old printing routines
544
- */
545
- extern void PQdisplayTuples (const PGresult * res ,
546
- FILE * fp , /* where to send the output */
547
- int fillAlign , /* pad the fields with spaces */
548
- const char * fieldSep , /* field separator */
549
- int printHeader , /* display headers? */
550
- int quiet );
551
-
552
- extern void PQprintTuples (const PGresult * res ,
553
- FILE * fout , /* output stream */
554
- int printAttName , /* print attribute names */
555
- int terseOutput , /* delimiter bars */
556
- int width ); /* width of column, if 0, use variable width */
557
-
558
519
559
520
/* === in fe-lobj.c === */
560
521
0 commit comments