We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510d576 commit 1dd7763Copy full SHA for 1dd7763
internal/sinks/sql/ensure_partition_postgres.sql
@@ -5,7 +5,7 @@ CREATE OR REPLACE FUNCTION admin.ensure_partition_metric_dbname_time(
5
metric text,
6
dbname text,
7
metric_timestamp timestamptz,
8
- partitions_to_precreate int default 0,
+ partitions_to_precreate int default 3,
9
OUT part_available_from timestamptz,
10
OUT part_available_to timestamptz)
11
RETURNS record AS
0 commit comments