Skip to content

Commit

Permalink
Merge pull request #10664 from aderyabin/docpatch
Browse files Browse the repository at this point in the history
Fix doc in Postgres database creation [ci skip]
  • Loading branch information
senny committed Oct 29, 2013
2 parents ab177d8 + 2dc86ea commit cd3a8fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def recreate_database(name, options = {}) #:nodoc:
end

# Create a new PostgreSQL database. Options include <tt>:owner</tt>, <tt>:template</tt>,
# <tt>:encoding</tt>, <tt>:collation</tt>, <tt>:ctype</tt>,
# <tt>:encoding</tt> (defaults to utf8), <tt>:collation</tt>, <tt>:ctype</tt>,
# <tt>:tablespace</tt>, and <tt>:connection_limit</tt> (note that MySQL uses
# <tt>:charset</tt> while PostgreSQL uses <tt>:encoding</tt>).
#
Expand Down

0 comments on commit cd3a8fe

Please sign in to comment.