Re: PDF files: to store in database or not

Поиск
Список
Период
Сортировка
От Rich Shepard
Тема Re: PDF files: to store in database or not
Дата
Msg-id alpine.LNX.2.11.1612061207160.31587@localhost
обсуждение исходный текст
Ответ на Re: PDF files: to store in database or not  (David Wall <d.wall@computer.org>)
Ответы Re: PDF files: to store in database or not
Список pgsql-general
On Tue, 6 Dec 2016, David Wall wrote:

> The advantages of storing in the database is that a DB backup will have
> everything, instead of a DB backup and a file system backup. Using a BLOB,
> you can certainly keep track of variable length PDFs.

David,

   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.

Thanks,

Rich


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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: PDF files: to store in database or not
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Select works only when connected from login postgres