Skip to content

Commit

Permalink
[#701] Use double quotes instead of single for database names.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnglover committed Mar 26, 2013
1 parent 8c8680d commit f8b977d
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 f8b977d

Please sign in to comment.