reference/pgsql/functions/pg-unescape-bytea.xml
58645a79f1993effc0571f7b49acc9aace0e417f
...
...
@@ -1,7 +1,7 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.61 -->
4
-
<refentry xml:id='function.pg-unescape-bytea' xmlns="http://docbook.org/ns/docbook">
4
+
<refentry xml:id="function.pg-unescape-bytea" xmlns="http://docbook.org/ns/docbook">
5
5
<refnamediv>
6
6
<refname>pg_unescape_bytea</refname>
7
7
<refpurpose>
...
...
@@ -13,7 +13,7 @@
13
13
&reftitle.description;
14
14
<methodsynopsis>
15
15
<type>string</type><methodname>pg_unescape_bytea</methodname>
16
-
<methodparam><type>string</type><parameter>data</parameter></methodparam>
16
+
<methodparam><type>string</type><parameter>string</parameter></methodparam>
17
17
</methodsynopsis>
18
18
<para>
19
19
<function>pg_unescape_bytea</function> unescapes PostgreSQL bytea data
...
...
@@ -42,7 +42,7 @@
42
42
<para>
43
43
<variablelist>
44
44
<varlistentry>
45
-
<term><parameter>data</parameter></term>
45
+
<term><parameter>string</parameter></term>
46
46
<listitem>
47
47
<para>
48
48
A <type>string</type> containing PostgreSQL bytea data to be converted into
...
...
@@ -86,30 +86,6 @@
86
86
</para>
87
87
</refsect1>
88
88

89
-
<refsect1 role="changelog">
90
-
&reftitle.changelog;
91
-
<para>
92
-
<informaltable>
93
-
<tgroup cols="2">
94
-
<thead>
95
-
<row>
96
-
<entry>&Version;</entry>
97
-
<entry>&Description;</entry>
98
-
</row>
99
-
</thead>
100
-
<tbody>
101
-
<row>
102
-
<entry>5.5.1</entry>
103
-
<entry>
104
-
A warning is thrown if the input string is invalid.
105
-
</entry>
106
-
</row>
107
-
</tbody>
108
-
</tgroup>
109
-
</informaltable>
110
-
</para>
111
-
</refsect1>
112
-

113
89
<refsect1 role="seealso">
114
90
&reftitle.seealso;
115
91
<para>
...
...
@@ -120,7 +96,6 @@
120
96
</para>
121
97
</refsect1>
122
98
</refentry>
123
-

124
99
<!-- Keep this comment at the end of the file
125
100
Local variables:
126
101
mode: sgml
127
102