From 6f04368cfc05c46140f124415d752c3628c73f28 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 21 Oct 2014 16:16:39 -0400 Subject: Allow input format xxxx-xxxx-xxxx for macaddr type Author: Herwin Weststrate Reviewed-by: Ali Akbar --- doc/src/sgml/datatype.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 223ba6ade8e..1eea98b410d 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -3645,6 +3645,7 @@ SELECT person.name, holidays.num_weeks FROM person, holidays '08002b:010203' '08002b-010203' '0800.2b01.0203' + '0800-2b01-0203' '08002b010203' @@ -3666,7 +3667,7 @@ SELECT person.name, holidays.num_weeks FROM person, holidays - The remaining four input formats are not part of any standard. + The remaining five input formats are not part of any standard. -- cgit v1.2.3