diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-07-25 12:13:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-07-25 12:13:39 +0200 |
commit | e88ee0b91d795f3c3061c41e53e39c2b30707798 (patch) | |
tree | e5f6e183db178c4e00a62c8682721db190e76059 /pgsql/makefile | |
parent | fa31e7c6a729a5e9772bfd775d19501996652f30 (diff) |
Add support for defining indexes
New db pragma qualifier: index. New tests: common/index, mysql/index,
pgsql/index.
Diffstat (limited to 'pgsql/makefile')
-rw-r--r-- | pgsql/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pgsql/makefile b/pgsql/makefile index 852e017..702825a 100644 --- a/pgsql/makefile +++ b/pgsql/makefile @@ -7,6 +7,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ template \ custom \ +index \ native \ truncation \ types |