Changeset: 76a9d1bdf507 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=76a9d1bdf507
Modified Files:
        sql/test/pg_regress/Tests/All
Branch: default
Log Message:

Disabled test of name.sql as special PostgreSQL datatype name is not supported 
or relevant for MonetDB


diffs (13 lines):

diff --git a/sql/test/pg_regress/Tests/All b/sql/test/pg_regress/Tests/All
--- a/sql/test/pg_regress/Tests/All
+++ b/sql/test/pg_regress/Tests/All
@@ -5,7 +5,8 @@ load
 
 boolean
 char
-name
+#name This is a special PostgresSQL datatype NOT supported in MonetDB.
+# See also: 
http://www.postgresql.org/docs/9.3/static/datatype-character.html#DATATYPE-CHARACTER-SPECIAL-TABLE
 varchar
 text
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to