Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4893ead

Browse files
committed
Remove tabs from SGML file.
1 parent 55613bf commit 4893ead

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

doc/src/sgml/func.sgml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.396 2007/09/18 17:41:16 adunstan Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.397 2007/09/19 03:13:57 momjian Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -1129,7 +1129,7 @@
11291129
there are some pre-defined conversion names. See <xref
11301130
linkend="conversion-names"> for available conversion
11311131
names. The <parameter>string</parameter> must be valid in the
1132-
source encoding.
1132+
source encoding.
11331133
</entry>
11341134
<entry><literal>convert('PostgreSQL' using iso_8859_1_to_utf8)</literal></entry>
11351135
<entry><literal>'PostgreSQL'</literal> in UTF8 (Unicode, 8-bit) encoding</entry>
@@ -1327,11 +1327,11 @@
13271327
<entry><literal><function>ascii</function>(<parameter>string</parameter>)</literal></entry>
13281328
<entry><type>int</type></entry>
13291329
<entry>
1330-
<acronym>ASCII</acronym> code of the first character of the argument.
1331-
For <acronym>UTF8</acronym> returns the Unicode code point of the character.
1332-
For other multi-byte encodings. the argument must be a strictly
1333-
<acronym>ASCII</acronym> character.
1334-
</entry>
1330+
<acronym>ASCII</acronym> code of the first character of the
1331+
argument. For <acronym>UTF8</acronym> returns the Unicode code
1332+
point of the character. For other multi-byte encodings. the
1333+
argument must be a strictly <acronym>ASCII</acronym> character.
1334+
</entry>
13351335
<entry><literal>ascii('x')</literal></entry>
13361336
<entry><literal>120</literal></entry>
13371337
</row>
@@ -1353,10 +1353,11 @@
13531353
<entry><literal><function>chr</function>(<type>int</type>)</literal></entry>
13541354
<entry><type>text</type></entry>
13551355
<entry>
1356-
Character with the given code. For <acronym>UTF8</acronym> the argument is
1357-
treated as a Unicode code point. For other multi-byte encodings the argument
1358-
must designate a strictly <acronym>ASCII</acronym> character.
1359-
</entry>
1356+
Character with the given code. For <acronym>UTF8</acronym> the
1357+
argument is treated as a Unicode code point. For other multi-byte
1358+
encodings the argument must designate a strictly
1359+
<acronym>ASCII</acronym> character.
1360+
</entry>
13601361
<entry><literal>chr(65)</literal></entry>
13611362
<entry><literal>A</literal></entry>
13621363
</row>
@@ -1369,10 +1370,10 @@
13691370
</entry>
13701371
<entry><type>bytea</type></entry>
13711372
<entry>
1372-
Convert string to <parameter>dest_encoding</parameter>.
1373-
The original encoding is specified by
1374-
<parameter>src_encoding</parameter>. The <parameter>string</parameter>
1375-
must be valid in this encoding.
1373+
Convert string to <parameter>dest_encoding</parameter>. The
1374+
original encoding is specified by
1375+
<parameter>src_encoding</parameter>. The
1376+
<parameter>string</parameter> must be valid in this encoding.
13761377
</entry>
13771378
<entry><literal>convert( 'text_in_utf8', 'UTF8', 'LATIN1')</literal></entry>
13781379
<entry><literal>text_in_utf8</literal> represented in ISO 8859-1 encoding</entry>
@@ -1385,10 +1386,9 @@
13851386
</entry>
13861387
<entry><type>text</type></entry>
13871388
<entry>
1388-
Convert string to the database encoding.
1389-
The original encoding is specified by
1390-
<parameter>src_encoding</parameter>. The <parameter>string</parameter>
1391-
must be valid in this encoding.
1389+
Convert string to the database encoding. The original encoding
1390+
is specified by <parameter>src_encoding</parameter>. The
1391+
<parameter>string</parameter> must be valid in this encoding.
13921392
</entry>
13931393
<entry><literal>convert_from( 'text_in_utf8', 'UTF8')</literal></entry>
13941394
<entry><literal>text_in_utf8</literal> represented in the current database encoding</entry>
@@ -1464,9 +1464,9 @@
14641464
<parameter>encoding</parameter> <type>name</type> )</literal></entry>
14651465
<entry><type>int</type></entry>
14661466
<entry>
1467-
Number of characters in <parameter>string</parameter> in the
1468-
given <parameter>encoding</parameter>. The
1469-
<parameter>string</parameter> must be valid in this encoding.
1467+
Number of characters in <parameter>string</parameter> in the given
1468+
<parameter>encoding</parameter>. The <parameter>string</parameter>
1469+
must be valid in this encoding.
14701470
</entry>
14711471
<entry><literal>length('jose', 'UTF8')</literal></entry>
14721472
<entry><literal>4</literal></entry>

0 commit comments

Comments
 (0)