public inbox for [email protected]  
help / color / mirror / Atom feed
From: Susanne Ebrecht <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: patch for createdb section in tutorial
Date: Sun, 27 Mar 2011 12:41:45 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>

Hello,

During translating the docs I found the following sentence
in the tutorial section about createdb:

"Database names must have an alphabetic first character
and are limited to 63 characters"

I wondered - really characters? shouldn't it be bytes?

I just tested - creating a database by using German umlauts
let me get sure - it are bytes not characters.

Here is the patch with the correction - I just changed the word
characters into bytes.

Susanne

-- 
Susanne Ebrecht - 2ndQuadrant
PostgreSQL Development, 24x7 Support, Training and Services
www.2ndQuadrant.com



Attachments:

  [text/x-patch] doc_tutorial_createdb.patch (788B, 2-doc_tutorial_createdb.patch)
  download | inline diff:
diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml
index 766dd7e..4275bf8 100644
--- a/doc/src/sgml/start.sgml
+++ b/doc/src/sgml/start.sgml
@@ -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


view thread (5+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: patch for createdb section in tutorial
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox