-
Hi,
I want to use pgaudit and pgauditlogtofile in our environment, but I encountered a problem where the audit log files are not rotated. I need the file to rotate after 24 hours, but the rotation …
-
When implementing a streaming API, there are some instances where processing may fail inside of the `Body` function, that could be returned as errors.
I understand that making the signature `Body: …
-
As a developer, I want to obtain auto-generated ddl, so that I can build tables without manual scripting.
Given a schema name and table name, when I run the dynamic sql provided, then it should be…
-
Redshift numeric/decimal type has maxiumum precision of 38 digits:
https://docs.aws.amazon.com/redshift/latest/dg/r_Numeric_types201.html#r_Numeric_types201-decimal-or-numeric-type
But when I trie…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
cd $working_dir/tidb && tools/check/check-errdoc.sh
### 2. Wh…
-
### Description
The last field get imported incorrectly. It contains a `"`,
The `"`" should not be in the data for that column.
sqlite3.zip: A zipped version of sqlite3.sqlite, the database…
-
This is a propose to further enhancement of: https://github.com/vitessio/vitess/issues/3459
#### Feature Description
We'd like to have more `ALTER VSCHEMA ON {table}` syntax to:
1. set a table …
-
bigint类型数据做ddl里是正常能解析出来的,但是在数据里bigint类型数据都是None,而且主键字段好像也没有生成ddl标识,可以优化吗
-
```
Make DDL recovery run concurrently with other jobs --> DDL recovery should not
make metadata node wait during the metadata node's bootstrapping.
```
Original issue reported on code.google.com by…
-
```
What steps will reproduce the problem?
Run the following twice from the web interface after getting the standard
AsterixDB demo data loaded:
use dataverse TinySocial;
create function InfoFromU…