summaryrefslogtreecommitdiff
path: root/contrib/datetime
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/datetime')
-rw-r--r--contrib/datetime/Makefile0
-rw-r--r--contrib/datetime/README18
-rw-r--r--contrib/datetime/datetime_functions.c0
-rw-r--r--contrib/datetime/datetime_functions.h0
-rw-r--r--contrib/datetime/datetime_functions.sql.in0
5 files changed, 0 insertions, 18 deletions
diff --git a/contrib/datetime/Makefile b/contrib/datetime/Makefile
deleted file mode 100644
index e69de29bb2..0000000000
--- a/contrib/datetime/Makefile
+++ /dev/null
diff --git a/contrib/datetime/README b/contrib/datetime/README
deleted file mode 100644
index 66f4d376d6..0000000000
--- a/contrib/datetime/README
+++ /dev/null
@@ -1,18 +0,0 @@
-Datetime functions.
-Copyright (C) 1999, Massimo Dal Zotto <dz@cs.unitn.it>
-
-This software is distributed under the GNU General Public License
-either version 2, or (at your option) any later version.
-
-
-I have written some new funtions for time and date data types which can
-be used to extract hour,minutes,seconds from time values, and year,
-month,day from a date. There is also a time_difference and functions
-to convert a time to minutes or seconds.
-
-There are also new input/output functions for the time data type which
-allow the insertion of time attributes with value 24:00:00.
-This can be useful if your application needs to compute time difference
-from two time values representing an elapsed time of 24 hours.
-
-Massimo Dal Zotto <dz@cs.unitn.it>
diff --git a/contrib/datetime/datetime_functions.c b/contrib/datetime/datetime_functions.c
deleted file mode 100644
index e69de29bb2..0000000000
--- a/contrib/datetime/datetime_functions.c
+++ /dev/null
diff --git a/contrib/datetime/datetime_functions.h b/contrib/datetime/datetime_functions.h
deleted file mode 100644
index e69de29bb2..0000000000
--- a/contrib/datetime/datetime_functions.h
+++ /dev/null
diff --git a/contrib/datetime/datetime_functions.sql.in b/contrib/datetime/datetime_functions.sql.in
deleted file mode 100644
index e69de29bb2..0000000000
--- a/contrib/datetime/datetime_functions.sql.in
+++ /dev/null