Re: [DOCS] Another SSI typo

2011-03-27 Thread Robert Haas
On Sun, Mar 27, 2011 at 2:16 PM, Kevin Grittner wrote: > Trivial patch attached. Trivial commit performed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscri

Re: [DOCS] patch for createdb section in tutorial

2011-03-27 Thread Robert Haas
On Sun, Mar 27, 2011 at 6:41 AM, Susanne Ebrecht wrote: > 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 characte

[DOCS] Another SSI typo

2011-03-27 Thread Kevin Grittner
Trivial patch attached. -Kevin ssi-typo-20110327.patch Description: Binary data -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

[DOCS] patch for createdb section in tutorial

2011-03-27 Thread Susanne Ebrecht
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 usin