diff options
author | ondrej.zara <none@none> | 2010-02-28 08:36:03 +0000 |
---|---|---|
committer | ondrej.zara <none@none> | 2010-02-28 08:36:03 +0000 |
commit | e26195cdd2f42b980e75d0caef10bd1e466adbbf (patch) | |
tree | 22fd772110ad1d1634ef21b486a0dcc25f6b7f83 /db/postgresql | |
parent | 1e026022106c3d08f645c06ab3b16eccbe3805df (diff) | |
download | wwwsqldesigner-e26195cdd2f42b980e75d0caef10bd1e466adbbf.zip wwwsqldesigner-e26195cdd2f42b980e75d0caef10bd1e466adbbf.tar.gz wwwsqldesigner-e26195cdd2f42b980e75d0caef10bd1e466adbbf.tar.bz2 |
more pgsql datatypes, thanks to eliovir
--HG--
extra : convert_revision : svn%3Ab267cdba-c1da-11dd-874b-8bacd04a0a74/trunk%4078
Diffstat (limited to 'db/postgresql')
-rw-r--r-- | db/postgresql/datatypes.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/postgresql/datatypes.xml b/db/postgresql/datatypes.xml index b0597a9..7d7f4a3 100644 --- a/db/postgresql/datatypes.xml +++ b/db/postgresql/datatypes.xml @@ -27,6 +27,7 @@ <type label="Interval" length="1" sql="INTERVAL" quote="'" /> <type label="Timestamp" length="1" sql="TIMESTAMP" quote="'" /> <type label="Timestamp w/ TZ" length="0" sql="TIMESTAMP WITH TIMEZONE" quote="'" /> + <type label="Timestamp wo/ TZ" length="0" sql="TIMESTAMP WITHOUT TIME ZONE" quote="'" /> </group> <group label="Miscellaneous" color="rgb(200,200,255)"> @@ -35,5 +36,6 @@ <type label="Bit Varying" length="1" sql="VARBIT" re="BIT VARYING" quote="'" /> <type label="Inet Host Addr" length="0" sql="INET" quote="'" /> <type label="Inet CIDR Addr" length="0" sql="CIDR" quote="'" /> + <type label="Geometry" length="0" sql="GEOMETRY" quote="'" /> </group> </datatypes> |