admin SHOW DATABASES (#51)

* admin SHOW DATABASES

* test

* correct replica count
This commit is contained in:
Lev Kokotov
2022-02-28 17:22:28 -08:00
committed by GitHub
parent eb1473060e
commit b21e0f4a7e
6 changed files with 170 additions and 9 deletions

View File

@@ -26,3 +26,5 @@ pub const MESSAGE_TERMINATOR: u8 = 0;
//
pub const OID_NUMERIC: i32 = 1700;
pub const OID_TEXT: i32 = 25;
pub const OID_INT4: i32 = 23; // int
pub const _OID_INT8: i32 = 20; // bigint