File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.40 2001/01/12 05:06:40 tgl Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.41 2001/02/04 12:18:08 petere Exp $
3
3
Postgres documentation
4
4
-->
5
5
@@ -238,7 +238,7 @@ ERROR: Relation '<replaceable class="parameter">table</replaceable>' already ex
238
238
may be a simple type, a complex type (set) or an array type.
239
239
Each attribute may be specified to be non-null and
240
240
each may have a default value, specified by the
241
- <xref linkend="R1-SQL-DEFAULTCLAUSE-1-TITLE " endterm="R1-SQL-DEFAULTCLAUSE-1-TITLE">.
241
+ <xref linkend="R1-SQL-DEFAULTCLAUSE-1" endterm="R1-SQL-DEFAULTCLAUSE-1-TITLE">.
242
242
</para>
243
243
244
244
<para>
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.37 2001/01/13 23:58:55 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.38 2001/02/04 12:18:08 petere Exp $
3
3
Postgres documentation
4
4
-->
5
5
@@ -334,7 +334,7 @@ where <replaceable class="PARAMETER">from_item</replaceable> can be:
334
334
The ORDER BY clause causes the returned rows to be sorted in a specified
335
335
order. If ORDER BY is not given, the rows are returned in whatever order
336
336
the system finds cheapest to produce.
337
- (See <xref linkend="sql-orderby-title " endterm="sql-orderby-title">.)
337
+ (See <xref linkend="sql-orderby" endterm="sql-orderby-title">.)
338
338
</para>
339
339
340
340
<para>
You can’t perform that action at this time.
0 commit comments