Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
8226f503
Commit
8226f503
authored
Aug 30, 2004
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rather than referring to src/tutorial/README, put the build instructions
for the tutorial files right here.
parent
c7040429
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
doc/src/sgml/query.sgml
doc/src/sgml/query.sgml
+13
-4
No files found.
doc/src/sgml/query.sgml
View file @
8226f503
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/query.sgml,v 1.3
7 2004/08/08 21:33:11
tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/query.sgml,v 1.3
8 2004/08/30 21:25:27
tgl Exp $
-->
-->
<chapter id="tutorial-sql">
<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 $
...
@@ -28,9 +28,18 @@ $PostgreSQL: pgsql/doc/src/sgml/query.sgml,v 1.37 2004/08/08 21:33:11 tgl Exp $
<para>
<para>
Examples in this manual can also be found in the
Examples in this manual can also be found in the
<productname>PostgreSQL</productname> source distribution
<productname>PostgreSQL</productname> source distribution
in the directory <filename>src/tutorial/</filename>. Refer to the
in the directory <filename>src/tutorial/</filename>. To use those
<filename>README</filename> file in that directory for how to use
files, first change to that directory and run <application>make</>:
them. To start the tutorial, do the following:
<screen>
<prompt>$</prompt> <userinput>cd <replaceable>....</replaceable>/src/tutorial</userinput>
<prompt>$</prompt> <userinput>make</userinput>
</screen>
This creates the scripts and compiles the C files containing user-defined
functions and types. (You must use GNU make for this --- it may be named
something different on your system, often <application>gmake</>.)
Then, to start the tutorial, do the following:
<screen>
<screen>
<prompt>$</prompt> <userinput>cd <replaceable>....</replaceable>/src/tutorial</userinput>
<prompt>$</prompt> <userinput>cd <replaceable>....</replaceable>/src/tutorial</userinput>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment