Short document fix - Mailing list pgsql-hackers

From Hitoshi Harada
Subject Short document fix
Date
Msg-id CAP7QgmnEdUETyv8L2cH10T0aF5cZV+fKhkYaLkd02TF50__TxQ@mail.gmail.com
Whole thread Raw
Responses Re: Short document fix
List pgsql-hackers
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 didn't grep if there
other pages like this.

Regards,
-- 
Hitoshi Harada


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: skip WAL on COPY patch
Next
From: Tom Lane
Date:
Subject: Re: 9.1rc1: TRAP: FailedAssertion("!(item_width > 0)", File: "costsize.c", Line: 3274)