mirror of
https://github.com/postgres/postgres.git
synced 2025-05-18 17:41:14 +03:00
pgintro now has a list of all manual pages.
This commit is contained in:
parent
5529b783a8
commit
7d03bb460d
@ -1,6 +1,6 @@
|
|||||||
.\" This is -*-nroff-*-
|
.\" This is -*-nroff-*-
|
||||||
.\" XXX standard disclaimer belongs here....
|
.\" XXX standard disclaimer belongs here....
|
||||||
.\" $Header: /cvsroot/pgsql/src/man/Attic/pgintro.1,v 1.3 1998/01/26 01:42:50 scrappy Exp $
|
.\" $Header: /cvsroot/pgsql/src/man/Attic/pgintro.1,v 1.4 1998/04/15 16:44:36 momjian Exp $
|
||||||
.TH PGINTRO UNIX 11/05/95 PostgreSQL PostgreSQL
|
.TH PGINTRO UNIX 11/05/95 PostgreSQL PostgreSQL
|
||||||
.SP INFORMATION UNIX 11/05/95
|
.SP INFORMATION UNIX 11/05/95
|
||||||
.BH "SECTION 2 - Unix COMMANDS (Unix)"
|
.BH "SECTION 2 - Unix COMMANDS (Unix)"
|
||||||
@ -161,21 +161,35 @@ access controls. This is an inherent problem with user-defined C functions.
|
|||||||
Like SQL functions, rules always run with the identity and
|
Like SQL functions, rules always run with the identity and
|
||||||
permissions of the user who invoked the backend server.
|
permissions of the user who invoked the backend server.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
postmaster(1),
|
.nf
|
||||||
alter(l),
|
abort(l) declare(l) large_objects(3)
|
||||||
insert(l),
|
alter_table(l) delete(l) libpq(3)
|
||||||
grant/revoke(l),
|
alter_user(l) destroydb(1) listen(l)
|
||||||
copy(l),
|
begin(l) destroyuser(1) load(l)
|
||||||
create(l),
|
bki(5) drop(l) lock(l)
|
||||||
delete(l),
|
catalogs(3) drop_aggregate(l) move(l)
|
||||||
drop table(l),
|
cleardbdir(1) drop_database(l) notify(l)
|
||||||
drop index(l),
|
close(l) drop_function(l) oracle_compat(3)
|
||||||
drop rule(l),
|
cluster(l) drop_index(l) page(5)
|
||||||
update(l),
|
commit(l) drop_language(l) pg_dump(1)
|
||||||
select(l),
|
copy(l) drop_operator(l) pg_dumpall(1)
|
||||||
kerberos(1),
|
create_aggregate(l) drop_rule(l) pg_hba(conf(5)
|
||||||
kinit(1),
|
create_database(l) drop_sequence(l) pg_passwd(1)
|
||||||
kerberos(3)
|
create_function(l) drop_table(l) pgbuiltin(3)
|
||||||
|
create_index(l) drop_trigger(l) pgintro(1)
|
||||||
|
create_language(l) drop_type(l) postgres(1)
|
||||||
|
create_operator(l) drop_user(l) postmaster(1)
|
||||||
|
create_rule(l) drop_view(l) psql(1)
|
||||||
|
create_sequence(l) ecpg(1) reset(l)
|
||||||
|
create_table(l) end(l) revoke(l)
|
||||||
|
create_trigger(l) explain(l) rollback(l)
|
||||||
|
create_type(l) fetch(l) select(l)
|
||||||
|
create_user(l) grant(l) set(l)
|
||||||
|
create_version(l) initdb(1) show(l)
|
||||||
|
create_view(l) initlocation(1) sql(l)
|
||||||
|
createdb(1) insert(l) update(l)
|
||||||
|
createuser(1) ipcclean(1) vacuum(l)
|
||||||
|
.fi
|
||||||
.SH CAVEATS
|
.SH CAVEATS
|
||||||
.PP
|
.PP
|
||||||
There are no plans to explicitly support encrypted data inside of
|
There are no plans to explicitly support encrypted data inside of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user