Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
8226f503
Commit
8226f503
authored
20 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Rather than referring to src/tutorial/README, put the build instructions
for the tutorial files right here.
parent
c7040429
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/query.sgml
+13
-4
13 additions, 4 deletions
doc/src/sgml/query.sgml
with
13 additions
and
4 deletions
doc/src/sgml/query.sgml
+
13
−
4
View file @
8226f503
<!--
$PostgreSQL: pgsql/doc/src/sgml/query.sgml,v 1.3
7
2004/08/0
8
21:
33:11
tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/query.sgml,v 1.3
8
2004/08/
3
0 21:
25:27
tgl Exp $
-->
<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 $
<para>
Examples in this manual can also be found in the
<productname>PostgreSQL</productname> source distribution
in the directory <filename>src/tutorial/</filename>. Refer to the
<filename>README</filename> file in that directory for how to use
them. To start the tutorial, do the following:
in the directory <filename>src/tutorial/</filename>. To use those
files, first change to that directory and run <application>make</>:
<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>
<prompt>$</prompt> <userinput>cd <replaceable>....</replaceable>/src/tutorial</userinput>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment