Examples in this manual can also be found in the
PostgreSQL source distribution
- in the directory src/tutorial/. Refer to the
- README file in that directory for how to use
- them. To start the tutorial, do the following:
+ in the directory src/tutorial/. To use those
+ files, first change to that directory and run
make>:
+
+
+
+
+ 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
gmake>.)
+ Then, to start the tutorial, do the following: