Bytea updation

Поиск
Список
Период
Сортировка
От ramasubramanian
Тема Bytea updation
Дата
Msg-id 4FA7F4742AD34E6F9D3B080B93808621@ramasubramanian
обсуждение исходный текст
Ответы Re: Bytea updation  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
L  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-performance

Dear Friends,
    How to insert or update a file in a table using the query in postgres
CREATE TABLE excel_file_upload
(
  user_id integer,
  excel_file bytea
}
 
example
insert into excel_file_upload values(1,file1)
 
file1 can be any file *.doc,*.xls
    How i can do this(with out using java or any other language) using query?
Please help me out
 
Regards,
Ram

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

Предыдущее
От: Alex Adriaanse
Дата:
Сообщение: Re: Hosted servers with good DB disk performance?
Следующее
От: "ramasubramanian"
Дата:
Сообщение: