Re: TODO, FAQs to Wiki? - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: TODO, FAQs to Wiki?
Date
Msg-id 20080608030603.GV16502@alvh.no-ip.org
Whole thread Raw
In response to Re: TODO, FAQs to Wiki?  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: TODO, FAQs to Wiki?  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
Actually, now that I try it, it seems that the MediaWiki markup is not
completely helpful here -- right now, on some items we have a one-line
"header" and then possibly a longer description, and it seems the only
way to do that in MediaWiki is like this:

* Set proper permissions on non-system schemas during db creation<br> Currently all schemas are owned by the super-user
becausethey are copied from the template1 database.  However, since all objects are inherited from the template
database,it is not clear that setting schemas to the db owner is correct.
 

Note the dumb <br> thing in the middle.

Personally I find that ugly enough as to be unacceptable; what do others
think?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [PATCHES] TRUNCATE TABLE with IDENTITY
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] TRUNCATE TABLE with IDENTITY