From a262337ba52d4b10aa2650cdec8e60793dcc96d9 Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Wed, 10 Aug 2022 09:51:56 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b1d8b37..10d4924 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,10 +10,4 @@ Happy hacking! ## TODOs -A non-exhaustive list of things that would be useful to implement: - -#### Client authentication -MD5 is probably sufficient, but maybe others too. - -#### Admin -Admin database for stats collection and pooler administration. PgBouncer gives us a nice example on how to do that, specifically how to implement `RowDescription` and `DataRow` messages, [example here](https://github.com/pgbouncer/pgbouncer/blob/4f9ced8e63d317a6ff45c8b0efa876b32161f6db/src/admin.c#L813). +See [Issues]([url](https://github.com/levkk/pgcat/issues)).