[GRASS-SVN] r64729 - grass/trunk/db/drivers/postgres
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Feb 23 05:43:04 PST 2015
Author: neteler
Date: 2015-02-23 05:43:04 -0800 (Mon, 23 Feb 2015)
New Revision: 64729
Modified:
grass/trunk/db/drivers/postgres/README
Log:
pg driver: update URLs to pg_type.h and datatypes
Modified: grass/trunk/db/drivers/postgres/README
===================================================================
--- grass/trunk/db/drivers/postgres/README 2015-02-23 11:56:47 UTC (rev 64728)
+++ grass/trunk/db/drivers/postgres/README 2015-02-23 13:43:04 UTC (rev 64729)
@@ -10,7 +10,7 @@
FIELD TYPES:
Field type code may change. See for example
-http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/include/catalog/pg_type.h
+http://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/include/catalog/pg_type.h;hb=refs/heads/master
Because of this, type codes must be read from server when database is opened.
@@ -19,7 +19,8 @@
Supported types in ./globals.h:
-(http://www.postgresql.org/docs/8.2/interactive/datatype.html)
+(See http://www.postgresql.org/docs/9.4/interactive/datatype.html)
+
DB_C_TYPE_INT:
bit, int2, smallint, int4, int, integer, int8, bigint, serial, oid
More information about the grass-commit
mailing list