Skip to content

Commit

Permalink
Move TODO to bottom of README
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalmi committed May 17, 2018
1 parent 4614e6d commit 9d0c798
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,6 @@ PostgreSQL starting with PostgreSQL 9.1, all features are not supported until
PostgreSQL 9.4 or higher. The ALTER SYSTEM command does not exist prior to 9.4
and COPY PROGRAM does not exist prior to 9.3.

## TODO

The following changes/enhancements are contemplated:

* Improve regression tests

## Post-Execution Hooks

`set_user` exposes two hooks that may be used to control post-execution behavior
Expand Down Expand Up @@ -260,11 +254,6 @@ and `post_reset_user_hook`, `set_user` must be listed before that extension in
are opened and loaded into memory by postgres: the hooks need to be loaded into
memory before their implementations can access them.

### TODO

* Add ability to create dependencies in `shared_preload_libraries` such that
extension order does not matter.

## Installation

### Requirements
Expand Down Expand Up @@ -641,6 +630,14 @@ OR
(0 rows)
```

## TODO

The following changes/enhancements are contemplated:

* Improve regression tests
* Add ability to create dependencies in `shared_preload_libraries` such that
extension order does not matter.

## Licensing

Please see the [LICENSE](./LICENSE) file.
Expand Down

0 comments on commit 9d0c798

Please sign in to comment.