[
https://issues.apache.org/jira/browse/FLINK-24893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-24893:
-----------------------------------
Labels: pull-request-available stale-assigned (was: pull-request-available)
I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help
the community manage its development. I see this issue is assigned but has not
received an update in 30 days, so it has been labeled "stale-assigned".
If you are still working on the issue, please remove the label and add a
comment updating the community on your progress. If this issue is waiting on
feedback, please consider this a reminder to the committer/reviewer. Flink is a
very active project, and so we appreciate your patience.
If you are no longer working on the issue, please unassign yourself so someone
else may work on it.
> SQL Client prompt customisation
> -------------------------------
>
> Key: FLINK-24893
> URL: https://issues.apache.org/jira/browse/FLINK-24893
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / Client
> Reporter: Sergey Nuyanzin
> Assignee: Sergey Nuyanzin
> Priority: Major
> Labels: pull-request-available, stale-assigned
>
> || Pattern || Description ||
> | \c | Current catalog. |
> | \d | Current database. |
> | \[…\] | Prompts can contain terminal control characters which, for example,
> change the color, background, or style of the prompt text. These non-printing
> control characters must be designated as invisible by surrounding them with
> \[ and \]. Multiple pairs of these can occur within the prompt. |
> | \{…\} | Datetime pattern to convert current datetime. Compatible with
> Java’s SimpleDateFormat. |
> | \:…\: | The value of Flink property_name property. |
> | \D | The full current date (`yyyy-MM-dd HH:mm:ss.SSS`). |
> | \m | Minutes of the current time. |
> | \O | The current month in three-letter format (Jan, Feb, …). |
> | \o | The current month in numeric format. |
> | \P | am/pm. |
> | \R | The current time, in 24-hour military time (0–23). |
> | \r | The current time, standard 12-hour time (1–12). |
> | \s| Seconds of the current time. |
> | \w | The current day of the week in three-letter format (Mon, Tue, …). |
> | \Y | The current year, four digits. |
> | \y | The current year, two digits. |
> | \ | A literal \ backslash character. |
> | \x | x, for any x not listed above. |
>
> Also the details are here
> [https://cwiki.apache.org/confluence/display/FLINK/FLIP-189%3A+SQL+Client+Usability+Improvements#FLIP189:SQLClientUsabilityImprovements-Supportedpromptoptions(bothforleftandrightprompts])
--
This message was sent by Atlassian Jira
(v8.20.1#820001)