mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Marginal hacks to make tables format more nicely.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.173 2003/09/12 22:17:22 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.174 2003/09/13 00:19:43 tgl Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -1321,8 +1321,8 @@ PostgreSQL documentation
|
|||||||
<entry>Convert <parameter>number</parameter> to its equivalent hexadecimal
|
<entry>Convert <parameter>number</parameter> to its equivalent hexadecimal
|
||||||
representation
|
representation
|
||||||
</entry>
|
</entry>
|
||||||
<entry><literal>to_hex(9223372036854775807)</literal></entry>
|
<entry><literal>to_hex(2147483647)</literal></entry>
|
||||||
<entry><literal>7fffffffffffffff</literal></entry>
|
<entry><literal>7fffffff</literal></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
@ -2111,8 +2111,8 @@ PostgreSQL documentation
|
|||||||
<secondary>concatenation</secondary>
|
<secondary>concatenation</secondary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
</entry>
|
</entry>
|
||||||
<entry><literal>'\\\\Post'::bytea || '\\047greSQL\\000'::bytea</literal></entry>
|
<entry><literal>'\\\\Post'::bytea || '\\047gres\\000'::bytea</literal></entry>
|
||||||
<entry><literal>\\Post'greSQL\000</literal></entry>
|
<entry><literal>\\Post'gres\000</literal></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
|
Reference in New Issue
Block a user