Re: RFC: PostgreSQL Documentation

David Abbott <[email protected]> Sat, 23 Jul 2011 15:44:15 -0400
Newsgroups gmane.linux.gentoo.documentation
Message-ID <CACs9S6a5RzJ7O=6L-bYqqbpEJkK+np9CZAxRm7LXL05U7Fdfig@mail.gmail.com>
On Fri, Jul 22, 2011 at 8:57 AM, Aaron W. Swenson <[email protected]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> I think the documentation I've written[1] for PostgreSQL is pretty well
> set to be published. I'm submitting it here for a final review.
>
Also This section;
<p>
You can change your locale and encoding selections at database creation time
(<uri
link="http://www.postgresql.org/docs/current/static/sql-createdatabase.html"><c>CREATE
DATABASE</c></uri>). In order to change the locale for a database after you have
created it, you must drop the database and start over again.
</p>
The c tags can't be inside the uri tag;

postgresql.xml:410: element uri: validity error : Element c is not
declared in uri list of possible children
DATABASE</c></uri>). In order to change the locale for a database after you have

I would change it so it reads a little clearer to somethin like;

<p>
You can change your locale and encoding selections at database <uri
  link="http://www.postgresql.org/docs/current/static/sql-createdatabase.html">creation
  time.</uri>). In order to change the locale for a database after you have
created it, you must drop the database and start over again.
</p>

Regards,
David
-- 
David Abbott (dabbott)
Gentoo
http://dev.gentoo.org/~dabbott/