~aglenyoung/+junk/postgres-9.3-dtrace

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Christoph Berg, Martin Pitt
  • Date: 2013-06-26 15:13:32 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130626151332-p34yjpn0txbdsdzd
Tags: 9.3~beta2-1
[ Christoph Berg ]
* hurd-i386: Ignore testsuite failures so we have a working libpq5 (they
  don't implement semaphores so the server won't even start).
* Mark postgresql-9.3 as beta in the description, suggested by Joshua D.
  Drake.

[ Martin Pitt ]
* New upstream release 9.3 beta2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
'\" t
2
2
.\"     Title: psql
3
3
.\"    Author: The PostgreSQL Global Development Group
4
 
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
 
.\"      Date: 2013-05-06
6
 
.\"    Manual: PostgreSQL 9.3beta1 Documentation
7
 
.\"    Source: PostgreSQL 9.3beta1
 
4
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
 
5
.\"      Date: 2013
 
6
.\"    Manual: PostgreSQL 9.3beta2 Documentation
 
7
.\"    Source: PostgreSQL 9.3beta2
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "PSQL" "1" "2013-05-06" "PostgreSQL 9.3beta1" "PostgreSQL 9.3beta1 Documentation"
 
10
.TH "PSQL" "1" "2013" "PostgreSQL 9.3beta2" "PostgreSQL 9.3beta2 Documentation"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
458
458
.\}
459
459
.nf
460
460
$ \fBpsql testdb\fR
461
 
psql (9\&.3beta1)
 
461
psql (9\&.3beta2)
462
462
Type "help" for help\&.
463
463
 
464
464
testdb=>
796
796
is appended to the command name, each object is listed with its associated permissions and description\&.
797
797
.RE
798
798
.PP
799
 
\edE[S+] [ \fIpattern\fR ], \edi[S+] [ \fIpattern\fR ], \eds[S+] [ \fIpattern\fR ], \edt[S+] [ \fIpattern\fR ], \edv[S+] [ \fIpattern\fR ]
 
799
\edE[S+] [ \fIpattern\fR ], \edi[S+] [ \fIpattern\fR ], \edm[S+] [ \fIpattern\fR ], \eds[S+] [ \fIpattern\fR ], \edt[S+] [ \fIpattern\fR ], \edv[S+] [ \fIpattern\fR ]
800
800
.RS 4
801
801
In this group of commands, the letters
802
802
E,
803
803
i,
 
804
m,
804
805
s,
805
806
t, and
806
807
v
807
 
stand for foreign table, index, sequence, table, and view, respectively\&. You can specify any or all of these letters, in any order, to obtain a listing of objects of these types\&. For example,
 
808
stand for foreign table, index, materialized view, sequence, table, and view, respectively\&. You can specify any or all of these letters, in any order, to obtain a listing of objects of these types\&. For example,
808
809
\edit
809
810
lists indexes and tables\&. If
810
811
+