Re: Storing a time interval

Поиск
Список
Период
Сортировка
От Michael Lewis
Тема Re: Storing a time interval
Дата
Msg-id CAHOFxGp8C=F2v0zLurSWMXaSkKzTXbN7ZbeNHmAR4vXWu7ciGg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Storing a time interval  (stan <stanb@panix.com>)
Ответы Re: Storing a time interval
Список pgsql-general
CREATE TYPE po_dates AS (
    po_isssued_date        timestamptz,
        discount_last_date     timestamptz,
        net_date               timestamptz
        );

What advantage does combining these three values into a custom composite type give you rather than just storing directly? Are you going to reuse this po_dates type on many tables?

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: firewall trouble on Windows
Следующее
От: Steve Baldwin
Дата:
Сообщение: Re: Storing a time interval