You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Attempt at using human readable names
* More work on proper human readable names
* Add UID suffix to make database names unique even if descriptions are identical
* Add required UID in test data
* Add required UID in test data
* Use the visible ID, not the internal one, when generating the databsae name
* godocs
* Update comment
* Refactoring
Copy file name to clipboardExpand all lines: api/v1/postgres_types.go
+43-8Lines changed: 43 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ import (
10
10
"fmt"
11
11
"reflect"
12
12
"strconv"
13
+
"strings"
13
14
14
15
"regexp"
15
16
@@ -55,7 +56,7 @@ const (
55
56
// SharedBufferParameterKey defines the key under which the shared buffer size is stored in the parameters map. Defined by the postgres-operator/patroni
0 commit comments