From 2b2cf392fe6a16643933d5b2362f22922305f3d7 Mon Sep 17 00:00:00 2001
From: Bruce Momjian Last updated: Thu Oct 17 19:33:40 EDT 2002 Last updated: Sat Oct 19 22:58:02 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)Frequently Asked Questions (FAQ) for PostgreSQL
-
@@ -1068,7 +1068,8 @@ BYTEA bytea variable-length byte array (null-byte safe)
storing variable-length strings but it limits how long a string can
be. TEXT is for strings of unlimited length, maximum
1 gigabyte. BYTEA is for storing binary data,
- particularly values that include NULL bytes.