The data stored in the Postgres apparently stored in bytea format, even if it is a plain text field. What do you recommend for editing if one needs to edit data directly in the database? When I look at the value field in pgadmin it just says "binary data" but it is really just a byte followed with hex encoded text. Thanks,