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

Commit a10fc5f

Browse files
author
Neil Conway
committed
Minor doc tweak: replace a "--" with "—".
1 parent f2a8aa0 commit a10fc5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ddl.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.59 2006/07/03 16:43:14 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.60 2006/07/14 00:13:05 neilc Exp $ -->
22

33
<chapter id="ddl">
44
<title>Data Definition</title>
@@ -34,7 +34,7 @@
3434
A table in a relational database is much like a table on paper: It
3535
consists of rows and columns. The number and order of the columns
3636
is fixed, and each column has a name. The number of rows is
37-
variable -- it reflects how much data is stored at a given moment.
37+
variable &mdash; it reflects how much data is stored at a given moment.
3838
SQL does not make any guarantees about the order of the rows in a
3939
table. When a table is read, the rows will appear in random order,
4040
unless sorting is explicitly requested. This is covered in <xref

0 commit comments

Comments
 (0)