~ubuntu-branches/ubuntu/utopic/postgresql-9.1/utopic

« back to all changes in this revision

Viewing changes to doc/src/sgml/man1/psql.1

  • Committer: Package Import Robot
  • Author(s): Christoph Berg, Martin Pitt, Christoph Berg
  • Date: 2013-02-05 14:15:33 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130205141533-vkoy7oaxb0wehjv6
[ Martin Pitt ]
* Add autopkgtest, moved from postgresql-common.
* debian/rules: Only build the error codes and the plpython subtree for the
  "python3" flavor, to cut down build time.
* Add missing docbook build dependency. (Closes: #697618)

[ Christoph Berg ]
* New upstream version.
  + Prevent execution of enum_recv from SQL
    The function was misdeclared, allowing a simple SQL command to crash the
    server.  In principle an attacker might be able to use it to examine the
    contents of server memory.  Our thanks to Sumit Soni (via Secunia SVCRP)
    for reporting this issue. (CVE-2013-0255)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: psql
3
3
.\"    Author: The PostgreSQL Global Development Group
4
4
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
 
.\"      Date: 2012-12-03
6
 
.\"    Manual: PostgreSQL 9.1.7 Documentation
7
 
.\"    Source: PostgreSQL 9.1.7
 
5
.\"      Date: 2013-02-04
 
6
.\"    Manual: PostgreSQL 9.1.8 Documentation
 
7
.\"    Source: PostgreSQL 9.1.8
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "PSQL" "1" "2012-12-03" "PostgreSQL 9.1.7" "PostgreSQL 9.1.7 Documentation"
 
10
.TH "PSQL" "1" "2013-02-04" "PostgreSQL 9.1.8" "PostgreSQL 9.1.8 Documentation"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
438
438
.\}
439
439
.nf
440
440
$ \fBpsql testdb\fR
441
 
psql (9\&.1\&.7)
 
441
psql (9\&.1\&.8)
442
442
Type "help" for help\&.
443
443
 
444
444
testdb=>
2723
2723
file can be made version\-specific by appending a dash and the
2724
2724
PostgreSQL
2725
2725
release number, for example
2726
 
~/\&.psqlrc\-9\&.1\&.7\&. A matching version\-specific file will be read in preference to a non\-version\-specific file\&.
 
2726
~/\&.psqlrc\-9\&.1\&.8\&. A matching version\-specific file will be read in preference to a non\-version\-specific file\&.
2727
2727
.RE
2728
2728
.sp
2729
2729
.RS 4