bytea
Dennis Gearon <gearond@fireserve.net>
From: Dennis Gearon <gearond@fireserve.net>
To: pgsql General List <pgsql-general@postgresql.org>
Date: 2004-05-11T16:06:35Z
Lists: pgsql-general
when bytea, text, and varchar(no limit entered) columns are used, do they ALWAYS use an extra table/file? Or do they only do it after a certain size of input? Also, if I wanted to put a *.pdf file in a bytea column, what functions do I use to escape any characters in it?