I have some questions...

Поиск
Список
Период
Сортировка
От Prabu Subroto
Тема I have some questions...
Дата
Msg-id 20040802110848.25273.qmail@web41811.mail.yahoo.com
обсуждение исходный текст
Ответы Re: I have some questions...  (Csaba Nagy <nagy@ecircle-ag.com>)
Re: I have some questions...  (Michal Taborsky <michal@taborsky.cz>)
Список pgsql-general
Dear my friends...

My boss requested that my application is equipped with
emoicon (smiley) in the sales report. That's why I
need to know, is it possible to save a small image
into the postgres? with which data type should I
define the column (field)?

I have a currently table, salesreport. Its fields are
: noapp (appointment number, int4), salesid (int4),
custid (customer ID, int4), report (char(150)),
timestamp (timestamp).
I want to add a new column into an old table.
Something in MySQL like this:
"
alter table salesreport add column emoicon after
report
"

How can I do so on postgres?

Thank you very much in advance.



__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail

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

Предыдущее
От: Janning Vygen
Дата:
Сообщение: Re: How to use as Functional Index to be used as Primary KEY
Следующее
От: Csaba Nagy
Дата:
Сообщение: Re: I have some questions...