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

From: Alex Pilosov <alex(at)pilosoft(dot)com>
To: Joerg Hessdoerfer <Joerg(dot)Hessdoerfer(at)sea-gmbh(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to fill 'bytea' columns?!?
Date: 2001-06-26 17:19:46
Message-ID: Pine.BSO.4.10.10106261318570.28227-100000@spider.pilosoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org)
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joerg Hessdoerfer 2001-06-26 17:34:02 Re: How to fill 'bytea' columns?!?
Previous Message Ryan C. Bonham 2001-06-26 17:16:04 MS SQL to PostgreSQL