1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-22 17:42:17 +03:00

Add information about bit types. Adjust some other things to promote

SQL type names over internal type names.
This commit is contained in:
Peter Eisentraut
2001-01-13 18:34:51 +00:00
parent 475c1452b1
commit 526427f6d3
3 changed files with 369 additions and 277 deletions

View File

@@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/syntax.sgml,v 1.33 2001/01/08 22:07:47 tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/syntax.sgml,v 1.34 2001/01/13 18:34:51 petere Exp $
-->
<chapter id="sql-syntax">
@@ -232,7 +232,7 @@ SELECT 'foo' 'bar';
</para>
</sect3>
<sect3>
<sect3 id="sql-syntax-bit-strings">
<title>Bit String Constants</title>
<para>