File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- <!-- $Header: /cvsroot/pgsql/doc/src/sgml/rules.sgml,v 1.15 2001/09/10 21:58:47 petere Exp $ -->
1+ <!-- $Header: /cvsroot/pgsql/doc/src/sgml/rules.sgml,v 1.16 2001/09/12 01:22:25 ishii Exp $ -->
22
33<Chapter Id="rules">
44<Title>The <ProductName>Postgres</ProductName> Rule System</Title>
13951395 at the current data,
13961396
13971397<ProgramListing>
1398- al_bundy=> SELECT * FROM shoelace ORDER BY sl_name ;
1398+ al_bundy=> SELECT * FROM shoelace;
13991399 sl_name |sl_avail|sl_color |sl_len|sl_unit |sl_len_cm
14001400 ----------+--------+----------+------+--------+---------
14011401 sl1 | 5|black | 80|cm | 80
@@ -1832,7 +1832,7 @@ Merge Join
18321832
18331833<ProgramListing>
18341834 CREATE TABLE computer (
1835- hostname text -- indexed
1835+ hostname text, -- indexed
18361836 manufacturer text -- indexed
18371837 );
18381838
You can’t perform that action at this time.
0 commit comments