Re: copy ... from stdin csv; and bytea

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: copy ... from stdin csv; and bytea
Дата
Msg-id 24156.1217227862@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: copy ... from stdin csv; and bytea  (Klint Gore <kgore4@une.edu.au>)
Ответы Re: copy ... from stdin csv; and bytea  (Klint Gore <kgore4@une.edu.au>)
Список pgsql-general
Klint Gore <kgore4@une.edu.au> writes:
> David Wilson wrote:
>> I'm not certain how to check the actual byte width of a column within a
>> row,

> select length(bytea_field) from table

If you want the actual on-disk footprint, use pg_column_size()

            regards, tom lane

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

Предыдущее
От: Klint Gore
Дата:
Сообщение: Re: copy ... from stdin csv; and bytea
Следующее
От: Yi Zhao
Дата:
Сообщение: why my postgresql auto crashed???