diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-07-29 07:08:00 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-07-29 07:08:00 +0000 |
commit | fe0260c5d11507fb34b4abb173d4c9069fccb073 (patch) | |
tree | 30c5cedabc44911d01091cb8808362f7e47944d8 /doc/src | |
parent | ccee8e55766d7bf0fa880710f97e0ea23806cbb8 (diff) |
Use libpq only once to avoid file naming conflicts in the html output.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/postgres.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |