Re: How to fill 'bytea' columns?!?

Поиск
Список
Период
Сортировка
От Alex Pilosov
Тема Re: How to fill 'bytea' columns?!?
Дата
Msg-id Pine.BSO.4.10.10106261318570.28227-100000@spider.pilosoft.com
обсуждение исходный текст
Ответ на How to fill 'bytea' columns?!?  (Joerg Hessdoerfer <Joerg.Hessdoerfer@sea-gmbh.com>)
Список pgsql-general
Depends what exactly you want to do.

If you want to do it from a client-side perl program, just use DBD::Pg and
bind the values as SQL_BINARY.

If you want to do it from server-side, look at contrib/pgcrypto, and at
the encode/decode functions.

-alex
On Tue, 26 Jun 2001, Joerg Hessdoerfer wrote:

> Hi!
>
> After long scratching and searching, I've come to conclusion that I'd like to
> use the 'bytea' type, because it should be able to hold binary data.
>
> But, I've found no doc or FAQ or whatever on that type.
>
> How does one use it? More specifically, how do I get binary values into a
> 'bytea'
> column using SQL, and how do I get it out?!?
>
> I hope someone can help me out.
>
> TIA,
>     Joe
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>
>


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

Предыдущее
От: ryan.a.roemmich@mail.sprint.com
Дата:
Сообщение: Returning records from function
Следующее
От: "Ryan C. Bonham"
Дата:
Сообщение: MS SQL to PostgreSQL