summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Format-Pg/DESCR
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2007-06-10 11:23:14 +0000
committerabs <abs@pkgsrc.org>2007-06-10 11:23:14 +0000
commitfdee941b9af2f0796305d0c0f5191ceb82085ab8 (patch)
tree2f0ebb0b94cb7c6825baec09082c13d84b93c3a5 /time/p5-DateTime-Format-Pg/DESCR
parent2a24a24379b9df9c3339b887ed81e578d53226e2 (diff)
downloadpkgsrc-fdee941b9af2f0796305d0c0f5191ceb82085ab8.tar.gz
Added time/p5-DateTime-Format-Pg version 0.16001
This module understands the formats used by PostgreSQL for its DATE, TIME, TIMESTAMP, and INTERVAL data types. It can be used to parse these formats in order to create DateTime or DateTime::Duration objects, and it can take a DateTime or DateTime::Duration object and produce a string representing it in a format accepted by PostgreSQL.
Diffstat (limited to 'time/p5-DateTime-Format-Pg/DESCR')
-rw-r--r--time/p5-DateTime-Format-Pg/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/time/p5-DateTime-Format-Pg/DESCR b/time/p5-DateTime-Format-Pg/DESCR
new file mode 100644
index 00000000000..98db60e3a23
--- /dev/null
+++ b/time/p5-DateTime-Format-Pg/DESCR
@@ -0,0 +1,6 @@
+This module understands the formats used by PostgreSQL for its
+DATE, TIME, TIMESTAMP, and INTERVAL data types. It can be used to
+parse these formats in order to create DateTime or DateTime::Duration
+objects, and it can take a DateTime or DateTime::Duration object
+and produce a string representing it in a format accepted by
+PostgreSQL.