> I know of the possibility in mysql to store images or other files in the> database.>> so: is there a similar thing with pgsql?> if so, then how do you realize this?
look into the "bytea" datatype.
Jeff