aboutsummaryrefslogtreecommitdiff
path: root/pgsql/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-07-10 15:17:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-07-10 15:17:16 +0200
commit6b8def06796d1e4fc9e6e7e75ce59bccf6899261 (patch)
treef7d440fda64cf07549173cefd5d45a92bf1845d6 /pgsql/makefile
parent7ba8d1469e331f07040352c069cf7b9d24ac57a3 (diff)
Add support for custom database type mapping
New pragma qualifier, map, and specifiers: as, to, from. New tests: <database>/custom.
Diffstat (limited to 'pgsql/makefile')
-rw-r--r--pgsql/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/pgsql/makefile b/pgsql/makefile
index 6add9be..852e017 100644
--- a/pgsql/makefile
+++ b/pgsql/makefile
@@ -6,6 +6,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
tests := \
template \
+custom \
native \
truncation \
types