~ubuntu-branches/ubuntu/trusty/pfm/trusty

« back to all changes in this revision

Viewing changes to help/help_psql.txt

  • Committer: Package Import Robot
  • Author(s): Mark Hindley
  • Date: 2013-02-13 10:54:36 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: package-import@ubuntu.com-20130213105436-w8flw5ecbt8s7w2d
Tags: upstream-2.0.7
ImportĀ upstreamĀ versionĀ 2.0.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
The command by which the PostgreSQL interactive terminal 'psql' is
2
 
called.
3
 
 
4
 
If the PostgreSQL binaries are in your system's PATH, the command can
5
 
be as simple as 'psql' (on UNIX) or 'psql.exe' (on Windows).
6
 
 
7
 
It may be necessary to provide the full filename.
8
 
 
9
 
Examples:
10
 
 
11
 
    - UNIX: /usr/bin/psql
12
 
            /opt/postgresql/bin/psql
13
 
 
14
 
    - Windows:
15
 
           C:/Program Files/PostgreSQL/8.2/bin/psql.exe