@@ -10,19 +10,19 @@ option('blocksize', type : 'combo',
10
10
option (' wal_blocksize' , type : ' combo' ,
11
11
choices : [' 1' , ' 2' , ' 4' , ' 8' , ' 16' , ' 32' , ' 64' ],
12
12
value : ' 8' ,
13
- description : ''' WAL block size, in kilobytes'' ' )
13
+ description : ' WAL block size, in kilobytes' )
14
14
15
15
option (' segsize' , type : ' integer' , value : 1 ,
16
- description : ''' Segment size, in gigabytes'' ' )
16
+ description : ' Segment size, in gigabytes' )
17
17
18
18
option (' segsize_blocks' , type : ' integer' , value : 0 ,
19
- description : ''' Segment size, in blocks'' ' )
19
+ description : ' Segment size, in blocks' )
20
20
21
21
22
22
# Miscellaneous options
23
23
24
24
option (' krb_srvnam' , type : ' string' , value : ' postgres' ,
25
- description : ''' Default Kerberos service principal for GSSAPI'' ' )
25
+ description : ' Default Kerberos service principal for GSSAPI' )
26
26
27
27
option (' system_tzdata' , type : ' string' , value : '' ,
28
28
description : ' use system time zone data in specified directory' )
@@ -32,7 +32,7 @@ option('system_tzdata', type: 'string', value: '',
32
32
33
33
option (' pgport' , type : ' integer' , value : 5432 ,
34
34
min : 1 , max : 65535 ,
35
- description : ''' Default port number for server and clients'' ' )
35
+ description : ' Default port number for server and clients' )
36
36
37
37
38
38
# Developer options
0 commit comments