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

Commit8226f50

Browse files
committed
Rather than referring to src/tutorial/README, put the build instructions
for the tutorial files right here.
1 parentc704042 commit8226f50

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

‎doc/src/sgml/query.sgml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/query.sgml,v 1.37 2004/08/08 21:33:11 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/query.sgml,v 1.38 2004/08/30 21:25:27 tgl Exp $
33
-->
44

55
<chapter id="tutorial-sql">
@@ -28,9 +28,18 @@ $PostgreSQL: pgsql/doc/src/sgml/query.sgml,v 1.37 2004/08/08 21:33:11 tgl Exp $
2828
<para>
2929
Examples in this manual can also be found in the
3030
<productname>PostgreSQL</productname> source distribution
31-
in the directory <filename>src/tutorial/</filename>. Refer to the
32-
<filename>README</filename> file in that directory for how to use
33-
them. To start the tutorial, do the following:
31+
in the directory <filename>src/tutorial/</filename>. To use those
32+
files, first change to that directory and run <application>make</>:
33+
34+
<screen>
35+
<prompt>$</prompt> <userinput>cd <replaceable>....</replaceable>/src/tutorial</userinput>
36+
<prompt>$</prompt> <userinput>make</userinput>
37+
</screen>
38+
39+
This creates the scripts and compiles the C files containing user-defined
40+
functions and types. (You must use GNU make for this --- it may be named
41+
something different on your system, often <application>gmake</>.)
42+
Then, to start the tutorial, do the following:
3443

3544
<screen>
3645
<prompt>$</prompt> <userinput>cd <replaceable>....</replaceable>/src/tutorial</userinput>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp