Move bytea relate note to more appropriate place

This has nothing to do with the DSN.
This commit is contained in:
Christoph M. Becker 2021-11-11 16:11:00 +01:00
parent 57f4d8e58f
commit eefb871c7a
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -26,6 +26,15 @@
&reference.pdo-pgsql.configure;
<section xml:id="pdo-pgsql.general-notes">
<title>General notes</title>
<note>
<para>
<literal>bytea</literal> fields are returned as streams.
</para>
</note>
</section>
</partintro>
<refentry xml:id="ref.pdo-pgsql.connection">
@ -103,11 +112,6 @@
</variablelist>
</para>
<note>
<para>
The <literal>bytea</literal> fields are returned as streams.
</para>
</note>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;