Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create pg_settings-9.3-64 #8

Closed
wants to merge 1 commit into from
Closed

Conversation

mgudmund
Copy link

Added a pg_settings file for 9.3 according to instructions in the pgtune script:
psql postgres -c "COPY (SELECT name,setting,unit,category,short_desc,
extra_desc,context,vartype,min_val,max_val,enumvals,boot_val
FROM pg_settings WHERE NOT source='override')
TO '//pg_settings-9.3-64'"

Added a pg_settings file for 9.3 according to instructions in the pgtune script:
psql postgres -c "COPY (SELECT name,setting,unit,category,short_desc,
    extra_desc,context,vartype,min_val,max_val,enumvals,boot_val
    FROM pg_settings WHERE NOT source='override')
    TO '/<path>/pg_settings-9.3-64'"
@jasonmp85
Copy link

If this works it'd be great to have merged. Anyone around?

@ghost ghost assigned gregs1104 Jan 23, 2014
@miketheman miketheman mentioned this pull request Feb 19, 2014
@iapilgrim
Copy link

Any reason why this request delayed to merge?

@gregs1104
Copy link
Owner

This doesn't actually do anything until #9 is fixed.

@gregs1104 gregs1104 closed this Jun 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants