Re: [GENERAL] Difficulty modelling sales taxes

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: [GENERAL] Difficulty modelling sales taxes
Дата
Msg-id CAKFQuwakz_1ZR1ACw3WrbhXsbG-nqjuir7MFwdT6zpb6cyNh7A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GENERAL] Difficulty modelling sales taxes  (Melvin Davidson <melvin6925@gmail.com>)
Список pgsql-general
On Mon, Jan 2, 2017 at 7:38 AM, Melvin Davidson <melvin6925@gmail.com> wrote:

Next, DO NOT begin object names with underscores.

​This is only a bit arbitrary (though I do subscribe to it)...naming custom data types or tables with underscores is likely to introduce problems since an implementation detail of PostgreSQL is that the array version of a given type is named "_{type}" (e.g. _varchar).

David J.

В списке pgsql-general по дате отправления:

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: [GENERAL] Difficulty modelling sales taxes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] COPY: row is too big