Overloads CDB_DateToNumber() and adds test

This commit is contained in:
Guido Fioravantti
2015-10-05 13:32:03 +02:00
parent e4ce12d1a3
commit 186ed34ee5
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
SELECT * FROM CDB_DateToNumber('1999-01-08 00:00:00+00'::timestamp);
SELECT * FROM CDB_DateToNumber('1999-01-08 00:00:00+00'::timestamp with time zone);