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
4e3a6163
Commit
4e3a6163
authored
Feb 19, 2010
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove mention that binary distributions pre-compile the tutorial files.
parent
3230fd05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
doc/src/sgml/query.sgml
doc/src/sgml/query.sgml
+5
-8
No files found.
doc/src/sgml/query.sgml
View file @
4e3a6163
<!-- $PostgreSQL: pgsql/doc/src/sgml/query.sgml,v 1.5
3 2009/06/17 21:58:49 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/query.sgml,v 1.5
4 2010/02/19 01:15:54 momjian
Exp $ -->
<chapter id="tutorial-sql">
<chapter id="tutorial-sql">
<title>The <acronym>SQL</acronym> Language</title>
<title>The <acronym>SQL</acronym> Language</title>
...
@@ -26,7 +26,9 @@
...
@@ -26,7 +26,9 @@
<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>. To use those
in the directory <filename>src/tutorial/</filename>. (Binary
distributions of <productname>PostgreSQL</productname> might not
compile these files.) To use those
files, first change to that directory and run <application>make</>:
files, first change to that directory and run <application>make</>:
<screen>
<screen>
...
@@ -35,12 +37,7 @@
...
@@ -35,12 +37,7 @@
</screen>
</screen>
This creates the scripts and compiles the C files containing user-defined
This creates the scripts and compiles the C files containing user-defined
functions and types. (If you installed a pre-packaged version of
functions and types. Then, to start the tutorial, do the following:
<productname>PostgreSQL</productname> rather than building from source,
look for a directory named <filename>tutorial</> within the
<productname>PostgreSQL</productname> distribution. The <quote>make</>
part should already have been done for you.)
Then, to start the tutorial, do the following:
<screen>
<screen>
<prompt>$</prompt> <userinput>cd <replaceable>....</replaceable>/tutorial</userinput>
<prompt>$</prompt> <userinput>cd <replaceable>....</replaceable>/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