From 4893eadc3ce58bb0793bd2cadd2e67f91c126a06 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 19 Sep 2007 03:13:57 +0000 Subject: [PATCH] Remove tabs from SGML file. --- doc/src/sgml/func.sgml | 44 +++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index b3dae7dcea..5b5f961426 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -1129,7 +1129,7 @@ there are some pre-defined conversion names. See for available conversion names. The string must be valid in the - source encoding. + source encoding. convert('PostgreSQL' using iso_8859_1_to_utf8) 'PostgreSQL' in UTF8 (Unicode, 8-bit) encoding @@ -1327,11 +1327,11 @@ ascii(string) int - ASCII code of the first character of the argument. - For UTF8 returns the Unicode code point of the character. - For other multi-byte encodings. the argument must be a strictly - ASCII character. - + ASCII code of the first character of the + argument. For UTF8 returns the Unicode code + point of the character. For other multi-byte encodings. the + argument must be a strictly ASCII character. + ascii('x') 120 @@ -1353,10 +1353,11 @@ chr(int) text - Character with the given code. For UTF8 the argument is - treated as a Unicode code point. For other multi-byte encodings the argument - must designate a strictly ASCII character. - + Character with the given code. For UTF8 the + argument is treated as a Unicode code point. For other multi-byte + encodings the argument must designate a strictly + ASCII character. + chr(65) A @@ -1369,10 +1370,10 @@ bytea - Convert string to dest_encoding. - The original encoding is specified by - src_encoding. The string - must be valid in this encoding. + Convert string to dest_encoding. The + original encoding is specified by + src_encoding. The + string must be valid in this encoding. convert( 'text_in_utf8', 'UTF8', 'LATIN1') text_in_utf8 represented in ISO 8859-1 encoding @@ -1385,10 +1386,9 @@ text - Convert string to the database encoding. - The original encoding is specified by - src_encoding. The string - must be valid in this encoding. + Convert string to the database encoding. The original encoding + is specified by src_encoding. The + string must be valid in this encoding. convert_from( 'text_in_utf8', 'UTF8') text_in_utf8 represented in the current database encoding @@ -1464,9 +1464,9 @@ encoding name ) int - Number of characters in string in the - given encoding. The - string must be valid in this encoding. + Number of characters in string in the given + encoding. The string + must be valid in this encoding. length('jose', 'UTF8') 4