]> granicus.if.org Git - postgresql/commitdiff
Correct "characters" to "bytes" in createdb docs.
authorRobert Haas <rhaas@postgresql.org>
Mon, 28 Mar 2011 01:28:15 +0000 (21:28 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 28 Mar 2011 01:29:03 +0000 (21:29 -0400)
Susanne Ebrecht

doc/src/sgml/start.sgml

index 8adbd6ebf6b54d0246d527020296ea472b328383..411e96e9ee76f9f02b4e56d3ec5ae0bdba86daf4 100644 (file)
@@ -242,7 +242,7 @@ createdb: database creation failed: ERROR:  permission denied to create database
     You can also create databases with other names.
     <productname>PostgreSQL</productname> allows you to create any
     number of databases at a given site.  Database names must have an
-    alphabetic first character and are limited to 63 characters in
+    alphabetic first character and are limited to 63 bytes in
     length.  A convenient choice is to create a database with the same
     name as your current user name.  Many tools assume that database
     name as the default, so it can save you some typing.  To create