Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9143144

Browse files
committed
Cleanups:
< * Allow a database in tablespace t1 with tables created in> o Allow a database in tablespace t1 with tables created in125c125< * Allow reporting of which objects are in which tablespaces> o Allow reporting of which objects are in which tablespaces593c593< * Allow GRANT/REVOKE permissions to be inherited by objects based on> o Allow GRANT/REVOKE permissions to be inherited by objects based on596c596< * Allow SERIAL sequences to inherit permissions from the base table?> o Allow SERIAL sequences to inherit permissions from the base table?
1 parentc0ba482 commit9143144

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

‎doc/TODO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Fri Jun 9 14:12:22 EDT 2006
5+
Last updated:Fri Jun 9 14:41:37 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -109,7 +109,7 @@ Administration
109109

110110
* Tablespaces
111111

112-
* Allow a database in tablespace t1 with tables created in
112+
o Allow a database in tablespace t1 with tables created in
113113
tablespace t2 to be used as a template for a new database created
114114
with default tablespace t2
115115

@@ -122,7 +122,7 @@ Administration
122122
To fix this would require modifying pg_class in the newly copied
123123
database, which we don't currently do.
124124

125-
* Allow reporting of which objects are in which tablespaces
125+
o Allow reporting of which objects are in which tablespaces
126126

127127
This item is difficult because a tablespace can contain objects
128128
from multiple databases. There is a server-side function that
@@ -590,10 +590,10 @@ SQL Commands
590590
GRANT SELECT ON ALL TABLES IN public TO phpuser;
591591
GRANT SELECT ON NEW TABLES IN public TO phpuser;
592592

593-
* Allow GRANT/REVOKE permissions to be inherited by objects based on
593+
o Allow GRANT/REVOKE permissions to be inherited by objects based on
594594
schema permissions
595595

596-
* Allow SERIAL sequences to inherit permissions from the base table?
596+
o Allow SERIAL sequences to inherit permissions from the base table?
597597

598598

599599
* CURSOR

‎doc/src/FAQ/TODO.html

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Fri Jun 9 14:12:22 EDT 2006
11+
Last updated: Fri Jun 9 14:41:37 EDT 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -120,16 +120,14 @@ <h1><a name="section_2">Administration</a></h1>
120120
requires a tool that will call that function and connect to each
121121
database to find the objects in each database for that tablespace.
122122
</p>
123-
<ul>
124-
<li>%Add a GUC variable to control the tablespace for temporary objects
123+
</li><li>%Add a GUC variable to control the tablespace for temporary objects
125124
and sort files
126125
<p> It could start with a random tablespace from a supplied list and
127126
cycle through the list.
128127
</p>
129-
</li><li>Allow WAL replay of CREATE TABLESPACE to work when the directory
128+
</li><li>Allow WAL replay of CREATE TABLESPACE to work when the directory
130129
structure on the recovery computer is different from the original
131-
</li><li>Allow per-tablespace quotas
132-
</li></ul>
130+
</li><li>Allow per-tablespace quotas
133131
</li></ul>
134132
</li><li>Point-In-Time Recovery (PITR)
135133
<ul>
@@ -537,11 +535,9 @@ <h1><a name="section_8">SQL Commands</a></h1>
537535
</p><p> GRANT SELECT ON ALL TABLES IN public TO phpuser;
538536
GRANT SELECT ON NEW TABLES IN public TO phpuser;
539537
</p>
540-
<ul>
541-
<li>Allow GRANT/REVOKE permissions to be inherited by objects based on
538+
</li><li>Allow GRANT/REVOKE permissions to be inherited by objects based on
542539
schema permissions
543-
</li><li>Allow SERIAL sequences to inherit permissions from the base table?
544-
</li></ul>
540+
</li><li>Allow SERIAL sequences to inherit permissions from the base table?
545541
</li></ul>
546542
</li><li>CURSOR
547543
<ul>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp