diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 68b7dfe386..4a191e99b4 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ @@ -2483,7 +2483,7 @@ main() */ #include <stdio.h> #include "libpq-fe.h" -#include "utils/geo-decls.h" /* for the POLYGON type */ +#include "utils/geo_decls.h" /* for the POLYGON type */ void exit_nicely(PGconn *conn) diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index fed2036236..7250038042 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -1,5 +1,5 @@ @@ -711,7 +711,7 @@ CREATE FUNCTION square_root(double precision) RETURNS double precision box BOX* - utils/geo-decls.h + utils/geo_decls.h bytea @@ -771,7 +771,7 @@ CREATE FUNCTION square_root(double precision) RETURNS double precision lseg LSEG* - utils/geo-decls.h + utils/geo_decls.h name @@ -791,12 +791,12 @@ CREATE FUNCTION square_root(double precision) RETURNS double precision path PATH* - utils/geo-decls.h + utils/geo_decls.h point POINT* - utils/geo-decls.h + utils/geo_decls.h regproc