bytea

From: Dennis Gearon <gearond(at)fireserve(dot)net>
To: pgsql General List <pgsql-general(at)postgresql(dot)org>
Subject: bytea
Date: 2004-05-11 16:06:35
Message-ID: 40A0FA0B.8070608@fireserve.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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?

Responses

  • Re: bytea at 2004-05-11 16:18:28 from Dennis Gearon
  • Re: bytea at 2004-05-11 16:30:15 from Jonathan Bartlett

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2004-05-11 16:13:22 Re: How to move data from 1 database to another?
Previous Message btober 2004-05-11 15:59:21 Re: Data Encryption in PostgreSQL, and a Tutorial.