Re: Short document fix

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Hitoshi Harada <umi(dot)tanuki(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Short document fix
Date: 2011-08-25 13:38:26
Message-ID: CA+TgmoZZNeQS=FZZ01haC29_SoX9=C6JbWtoCVgae_-+-or-jQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Aug 23, 2011 at 4:53 PM, Hitoshi Harada <umi(dot)tanuki(at)gmail(dot)com> wrote:
> In the CREATE DOMAIN reference page of the current HEAD, it says
>
> ---
> CREATE DOMAIN us_postal_code AS TEXT
> CHECK(
>   VALUE ~ '^\\d{5}$'
> OR VALUE ~ '^\\d{5}-\\d{4}$'
> );
> ---
>
> but I believe it should conform the standard string style now that the
> default is standard_conforming_strings = on.

I agree. Done.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-08-25 13:41:54 Re: patch to slightly improve clarity of a comment in postgresql.conf.sample
Previous Message Dougal Sutherland 2011-08-25 13:30:52 Re: patch to slightly improve clarity of a comment in postgresql.conf.sample