Short document fix

Поиск
Список
Период
Сортировка
От Hitoshi Harada
Тема Short document fix
Дата
Msg-id CAP7QgmnEdUETyv8L2cH10T0aF5cZV+fKhkYaLkd02TF50__TxQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Short document fix  (Robert Haas <robertmhaas@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: skip WAL on COPY patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 9.1rc1: TRAP: FailedAssertion("!(item_width > 0)", File: "costsize.c", Line: 3274)