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

Commit28108b3

Browse files
committed
Fix tutorial for references problem, from rainer.tammer@spg.schulergroup.com
1 parentfa8a73c commit28108b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/advanced.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/advanced.sgml,v 1.26 2001/11/23 21:08:51 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/advanced.sgml,v 1.27 2002/02/12 22:25:15 momjian Exp $
33
-->
44

55
<chapter id="tutorial-advanced">
@@ -103,12 +103,12 @@ SELECT * FROM myview;
103103

104104
<programlisting>
105105
CREATE TABLE cities (
106-
namevarchar(80) primary key,
106+
cityvarchar(80) primary key,
107107
locationpoint
108108
);
109109

110110
CREATE TABLE weather (
111-
cityvarchar(80) referencesweather,
111+
cityvarchar(80) referencescities,
112112
temp_loint,
113113
temp_hiint,
114114
prcpreal,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp