Skip to content

Commit

Permalink
Add dataStyle to router console (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
munakoiso authored Nov 3, 2023
1 parent 954dc2d commit 0788b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions router/console/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ func (l *Local) Serve(ctx context.Context, cl client.Client) error {
msgs = append(msgs, []pgproto3.BackendMessage{
&pgproto3.ParameterStatus{Name: "integer_datetimes", Value: "on"},
&pgproto3.ParameterStatus{Name: "client_encoding", Value: "UTF8"},
&pgproto3.ParameterStatus{Name: "DateStyle", Value: "ISO"},
&pgproto3.ParameterStatus{Name: "server_version", Value: "console"},
&pgproto3.NoticeResponse{
Message: greeting,
Expand Down

0 comments on commit 0788b5d

Please sign in to comment.