1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Completed:

< * Remove unreferenced table files created by transactions that were
> * -Check for unreferenced table files created by transactions that were
This commit is contained in:
Bruce Momjian
2005-05-02 18:27:12 +00:00
parent 76668e6eb4
commit 3de0e72b56
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Fri Apr 29 01:02:49 EDT 2005
Last updated: Mon May 2 14:27:06 EDT 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -52,7 +52,7 @@ Administration
* Allow GRANT/REVOKE permissions to be inherited by objects based on
schema permissions
* Remove unreferenced table files created by transactions that were
* -Check for unreferenced table files created by transactions that were
in-progress when the server terminated abruptly
* Allow reporting of which objects are in which tablespaces