Skip to content

Commit cd3a8fe

Browse files
committed
Merge pull request rails#10664 from aderyabin/docpatch
Fix doc in Postgres database creation [ci skip]
2 parents ab177d8 + 2dc86ea commit cd3a8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def recreate_database(name, options = {}) #:nodoc:
4646
end
4747

4848
# Create a new PostgreSQL database. Options include <tt>:owner</tt>, <tt>:template</tt>,
49-
# <tt>:encoding</tt>, <tt>:collation</tt>, <tt>:ctype</tt>,
49+
# <tt>:encoding</tt> (defaults to utf8), <tt>:collation</tt>, <tt>:ctype</tt>,
5050
# <tt>:tablespace</tt>, and <tt>:connection_limit</tt> (note that MySQL uses
5151
# <tt>:charset</tt> while PostgreSQL uses <tt>:encoding</tt>).
5252
#

0 commit comments

Comments
 (0)