docs: document timestamp interval parameters#36870
Open
petrosagg wants to merge 1 commit into
Open
Conversation
Closes CLU-32 Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
kay-kim
reviewed
Jun 2, 2026
| `client_encoding` | `UTF8` | The client's character set encoding. The only supported value is `UTF-8`. | Yes | ||
| `client_min_messages` | `notice` | The message levels that are sent to the client. <br/><br/> Accepts values: `debug5`, `debug4`, `debug3`, `debug2`, `debug1`, `log`, `notice`, `warning`, `error`. Each level includes all the levels that follow it. | Yes | ||
| `datestyle` | `ISO, MDY` | The display format for date and time values. The only supported value is `ISO, MDY`. | Yes | ||
| `default_timestamp_interval` | `1s` | The interval at which timestamps are assigned to data ingested from sources and tables. New sources are created with this value unless overridden by the `TIMESTAMP INTERVAL` option of [`CREATE SOURCE`](/sql/create-source/) or [`ALTER SOURCE`](/sql/alter-source/). Accepts positive [interval](/sql/types/interval/) values (e.g. `'500ms'`, `'1s'`). Changing this parameter does not affect existing sources. | [Contact support] |
Contributor
There was a problem hiding this comment.
Only for emphasis, maybe make the last sentence (?):
his setting applies only when creating sources; changing it does not affect existing sources.
Contributor
There was a problem hiding this comment.
Also ... I see how we updated the legacy create source syntax. For the new syntax, can you not override this value?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes CLU-32