projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
deab495
)
utils/geo-decls.h should be utils/geo_decls.h, per report from
author
Tom Lane
Sun, 18 Nov 2001 21:28:00 +0000
(21:28 +0000)
committer
Tom Lane
Sun, 18 Nov 2001 21:28:00 +0000
(21:28 +0000)
StÅphane Raimbault.
doc/src/sgml/libpq.sgml
patch
|
blob
|
blame
|
history
doc/src/sgml/xfunc.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/libpq.sgml
b/doc/src/sgml/libpq.sgml
index 68b7dfe386a76fca0642dfcc683e0a590366dfd6..4a191e99b4488c357a1376b27802feb06e949214 100644
(file)
--- 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 fed2036236b9afc39f2a72686fc13095fab72469..725003804255c14fb874f531bf0424b7fb192699 100644
(file)
--- 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