This file is indexed.

/usr/share/doc/pgsnap/TODO is in pgsnap 0.7.0-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TODO
====

 * 0.8?

  * add a --server-only option, to get a view of all DB, no specific DB objects.
  * disabled triggers
  * disabled rules
  * FK without indexes : owner, constraint name, column name
  * Tablespace : list default tablespace for each user
  * Disabled constraints : owner, table, constraint, type, status

 * 1.0?

  * Recode in C
  * Split in two parts:
   * pgsnap will create a sort-of-dump of the catalogs and statistics views
     (this dump will be restored in a database on another server)
   * pgsnapweb is a PHP interface that will show the results

 * HTML interface
  * jQuery support : sort in tables, filtering
   * add a way to filter locks report (by dbname, by lock mode)