From eefb871c7a47ae01fb437923ef153a96a445e1b9 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 11 Nov 2021 16:11:00 +0100 Subject: [PATCH] Move bytea relate note to more appropriate place This has nothing to do with the DSN. --- reference/pdo_pgsql/reference.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/reference/pdo_pgsql/reference.xml b/reference/pdo_pgsql/reference.xml index 338ecc8f8d..8ee68cb082 100644 --- a/reference/pdo_pgsql/reference.xml +++ b/reference/pdo_pgsql/reference.xml @@ -26,6 +26,15 @@ &reference.pdo-pgsql.configure; +
+ General notes + + + bytea fields are returned as streams. + + +
+ @@ -103,11 +112,6 @@ - - - The bytea fields are returned as streams. - - &reftitle.examples;