1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Allow input format xxxx-xxxx-xxxx for macaddr type

Author: Herwin Weststrate <herwin@quarantainenet.nl>
Reviewed-by: Ali Akbar <the.apaan@gmail.com>
This commit is contained in:
Peter Eisentraut
2014-10-21 16:16:39 -04:00
parent 5d93ce2d0c
commit 6f04368cfc
4 changed files with 25 additions and 14 deletions

View File

@ -3645,6 +3645,7 @@ SELECT person.name, holidays.num_weeks FROM person, holidays
<member><literal>'08002b:010203'</></member>
<member><literal>'08002b-010203'</></member>
<member><literal>'0800.2b01.0203'</></member>
<member><literal>'0800-2b01-0203'</></member>
<member><literal>'08002b010203'</></member>
</simplelist>
@ -3666,7 +3667,7 @@ SELECT person.name, holidays.num_weeks FROM person, holidays
</para>
<para>
The remaining four input formats are not part of any standard.
The remaining five input formats are not part of any standard.
</para>
</sect2>