Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7dc4a45

Browse files
committed
Fix typo.
1 parent 9b35cce commit 7dc4a45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/rules.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>
@@ -1395,7 +1395,7 @@
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

0 commit comments

Comments
 (0)