From fe0260c5d11507fb34b4abb173d4c9069fccb073 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" <lockhart@fourpalms.org> Date: Wed, 29 Jul 1998 07:08:00 +0000 Subject: [PATCH] Use libpq only once to avoid file naming conflicts in the html output. --- doc/src/sgml/postgres.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 65410985877..4851304a7f4 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -211,7 +211,7 @@ Information for extending <ProductName>Postgres</ProductName>. &dfunc; &trigger; &spi; -&libpq; +<!-- &libpq; --> </Part> <Part> -- GitLab