فهرست منبع

pg driver: update URLs to pg_type.h and datatypes

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@64730 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 سال پیش
والد
کامیت
05cb6ae16d
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      db/drivers/postgres/README

+ 3 - 2
db/drivers/postgres/README

@@ -10,7 +10,7 @@ by G_warning().
 
 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 @@ Check also for PostgreSQL data types for defining them in GRASS:
 
 
 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