Re: PDF files: to store in database or not

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: PDF files: to store in database or not
Дата
Msg-id 200a522b-1c95-c1c6-d2d7-76894a926032@hogranch.com
обсуждение исходный текст
Ответ на Re: PDF files: to store in database or not  (Rich Shepard <rshepard@appl-ecosys.com>)
Ответы Re: PDF files: to store in database or not
Re: PDF files: to store in database or not
Список pgsql-general
On 12/6/2016 12:10 PM, Rich Shepard wrote:
>   I did not realize that a BLOB is not the same as a bytea (page 217
> of the
> 9.6 PDF manual), and I cannot find BLOB as a postgres data type. Please
> point me in the right direction to learn how to store PDFs as BLOBs.

indeed BYTEA is postgres's type for storing arbitrary binary objects
that are called BLOB in certain other databases.


--
john r pierce, recycling bits in santa cruz



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

Предыдущее
От: Eric Schwarzenbach
Дата:
Сообщение: Re: PDF files: to store in database or not
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Select works only when connected from login postgres