diff --git a/doc/src/sgml/rules.sgml b/doc/src/sgml/rules.sgml index eafc2b29af..8bd452c95d 100644 --- a/doc/src/sgml/rules.sgml +++ b/doc/src/sgml/rules.sgml @@ -1,4 +1,4 @@ - + The <ProductName>Postgres</ProductName> Rule System @@ -1395,7 +1395,7 @@ at the current data, - al_bundy=> SELECT * FROM shoelace ORDER BY sl_name; + al_bundy=> SELECT * FROM shoelace; sl_name |sl_avail|sl_color |sl_len|sl_unit |sl_len_cm ----------+--------+----------+------+--------+--------- sl1 | 5|black | 80|cm | 80 @@ -1832,7 +1832,7 @@ Merge Join CREATE TABLE computer ( - hostname text -- indexed + hostname text, -- indexed manufacturer text -- indexed );