~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-updates

« back to all changes in this revision

Viewing changes to src/tutorial/README

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-05-29 19:34:38 UTC
  • Revision ID: james.westby@ubuntu.com-20110529193438-3oqsycz86037p2tf
Tags: 9.1~beta1-4
* debian/control: Add postgresql-common dependency to -server-dev, so that
  we get the pg_config diversion.
* 52-tutorial-README.patch: Fix server-dev version in comment.
* 51-default-sockets-in-var.patch: Move the pg_regress patching parts to
  debian/pg_regress-in-tmp.patch and temporarily apply it only for running
  the local checks. In the installed system it seems we actually do want it
  to use the /var/run/postgresql socket dir. (Closes: #554166)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
This directory contains SQL tutorial scripts.  To look at them, first do a
7
7
        % make
8
8
to compile all the scripts and C files for the user-defined functions
9
 
and types. This requires postgresql-server-dev-9.0 to be installed.
 
9
and types. This requires postgresql-server-dev-9.1 to be installed.
10
10
 
11
11
Then, run psql with the -s (single-step) flag:
12
12
        % psql -s