diff --git a/README.md b/README.md index 58422dd..b021297 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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.