mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-26 18:36:28 +00:00
admin SHOW DATABASES (#51)
* admin SHOW DATABASES * test * correct replica count
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user