Skip to content

Commit

Permalink
Merge pull request #701 from okfn/701-fix-datastore-set-permissions
Browse files Browse the repository at this point in the history
paster datastore set-permissions fails if database name contains "-"
  • Loading branch information
vitorbaptista committed Mar 27, 2013
2 parents 071a56b + f8b977d commit 2e499da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckanext/datastore/bin/set_permissions.sql
Expand Up @@ -14,9 +14,9 @@ To run the script, execute:
*/

-- name of the main CKAN database
\set maindb '{ckandb}'
\set maindb "{ckandb}"
-- the name of the datastore database
\set datastoredb '{datastoredb}'
\set datastoredb "{datastoredb}"
-- username of the ckan postgres user
\set ckanuser "{ckanuser}"
-- username of the datastore user that can write
Expand Down

0 comments on commit 2e499da

Please sign in to comment.