pgtune icon indicating copy to clipboard operation
pgtune copied to clipboard

Add pg_settings for versions 9.3-9.6

Open andreif opened this issue 9 years ago • 3 comments

Min/max wal size part is taken from https://github.com/le0pard/pgtune/blob/master/source/javascripts/pgtune.coffee#L132-L155

On macOS I was testing with

$ export lib="/Users/andrei/Library/Application Support/Postgres"

$ python pgtune --version=9.4 --input-config="$lib/var-9.4/postgresql.conf" --type=Web

$ python pgtune --version=9.5 --input-config="$lib/var-9.5/postgresql.conf" --type=Web

$ python pgtune --version=9.6 --input-config="$lib/var-9.6/postgresql.conf" --type=Web

andreif avatar Apr 07 '16 14:04 andreif

You can also try andreif@allthethings which contains #16, #18 and some other fixes.

andreif avatar Apr 03 '17 10:04 andreif

@Phone911 Thanks, maybe somebody has time to confirm it or I could do it whenever I find time for it.

andreif avatar Jun 28 '17 08:06 andreif

@andreif

I'm using your fork now. It's very helpful. Thank you.

Would you consider updating it for Postgres 11?

Also would you consider turning issues on for your fork? They seem to be turned off.

Thanks

OriginalPenguin avatar Mar 15 '19 22:03 OriginalPenguin