Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita10fc5f

Browse files
author
Neil Conway
committed
Minor doc tweak: replace a "--" with "—".
1 parentf2a8aa0 commita10fc5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/ddl.sgml

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp