Re: 2 Questions

Поиск
Список
Период
Сортировка
От
Тема Re: 2 Questions
Дата
Msg-id 20051223185956.3180.qmail@web33302.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на 2 Questions  (Ramon Orticio <rporticio@yahoo.com>)
Ответы Re: 2 Questions  (<operationsengineer1@yahoo.com>)
Список pgsql-novice
> 2. how can a jpeg or bmp file be stored in postgres.
>
> thanks for any idea.
>
> merry christmas!
>
> ramon

Ramon, one of my db functions is to display pdf files
- which can be considered similar to a picture.

i chose NOT to store the pdfs in my db.  rather, i
store a link to the pdf file.  i can't search my pdf
(i don't think i can, and if i could, it suspect it
would be a brutal process), but i can search for a
link to a pdf b/c i set up a naming convention.

for example, take part number 12345.

an_12345 = assembly note pdf
tn_12345 = test note pdf

i use php to search for the p/n input by the user and
i can append the standard nomenclature in order to
search for all the relevant pdf files (pictures).

you may want to consider doing something similar or
modifying the technique to suit your purposes.

good luck.



__________________________________________
Yahoo! DSL – Something to write home about.
Just $16.99/mo. or less.
dsl.yahoo.com


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re:
Следующее
От:
Дата:
Сообщение: Re: 2 Questions