Merged
Conversation
Signed-off-by: Michael Todorovic <michael.todorovic@outlook.com>
roji
requested changes
Jun 17, 2025
| ------------------------ | ---------------------------------------------------------------------------------------------------- | ---------- | ||
| Options<sup>[1](#misc_sup_1)</sup> | Specifies any valid [PostgreSQL connection options](https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNECT-OPTIONS) (e.g. `Options=-c synchronous_commit=local`). Introduced in 5.0. | PGOPTIONS | ||
| Application Name | The optional application name parameter to be sent to the backend during connection initiation. | | ||
| Application Name<sup>[2](#misc_sup_2)</sup> | The optional application name parameter to be sent to the backend during connection initiation. | PGAPPNAME |
Member
There was a problem hiding this comment.
Can you please align this to the other entries (e.g. see Client Encoding bellow, where PGCLIENTENCODING is simply in the Default column? We don't provide yaml examples for Kubernetes for any other option (and that seems out of scope for these docs - why specifically Kubernetes and not other systems, etc.).
Contributor
Author
There was a problem hiding this comment.
This is updated accordingly, thanks for the feedback!
Signed-off-by: Michael Todorovic <michael.todorovic@outlook.com>
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.
This is the doc for npgsql/npgsql#6139, scheduled for v10