tison
tison
@Shoothzj could you also close the JIRA ticket?
Cc @Randgalt @lvfangmin @breed if you can take a look also.
Merging... Thanks for your contribution @kezhuw!
Not quite easy. Seems related to some internal functions also: ``` Failed to execute query: SELECT d.datname as "Name", pg_catalog.pg_get_userbyid(d.datdba) as "Owner", pg_catalog.pg_encoding_to_char(d.encoding) as "Encoding", pg_catalog.array_to_string(d.datacl, '\n') AS "Access privileges"...
And this is the query for "show tables" (`\dt`): ``` Failed to execute query: SELECT n.nspname as "Schema", c.relname as "Name", CASE c.relkind WHEN 'r' THEN 'table' WHEN 'v' THEN...
@J0HN50N133 Welcome! You can take a look at how we implement the "information_schema" tables as a reference. But I'm also still unaware of how to add the necessary functions or...
@fengjiachun I remember that "Region Migration" is under development, do we have some issues to linked here?
@fengjiachun Cool! So it even has been implemented and would be delivered at 0.7?
Point 4 is not for VIEW, at least the one linked. It's for MATERIALIZE VIEW. They're different concept and quite different in implementation.
Closing as partially resolved... `set key val nx px` and `set key val px 1000 ex 1000` have been aligned with Redis behavior now. "set key val keepttl" is a...