Tidy up boolean data type page

Started by Thom Brownover 15 years ago2 messagesdocs
Jump to latest
#1Thom Brown
thombrown@gmail.com

Hi all,

I wanted to clean up the boolean data type documentation page a bit,
so thought the following was needed:

- use a data type table like most of the other main data types so
it's more uniform (the the size of a boolean is only mentioned at the
very end and looks a bit odd, so removed that too)
- move the reference to the usage example to before the example
- minor text change in the first sentence so that it doesn't look
like it reads "boolean.boolean"

I've attached a patch with these changes, although feel free to list
the many reasons why this is a bad idea. ;)

Thanks

Thom

Attachments:

docs-boolean-type-tidy-up.patchtext/x-patch; charset=US-ASCII; name=docs-boolean-type-tidy-up.patchDownload+27-11
#2Peter Eisentraut
peter_e@gmx.net
In reply to: Thom Brown (#1)
Re: Tidy up boolean data type page

On tor, 2010-07-22 at 23:02 +0100, Thom Brown wrote:

Hi all,

I wanted to clean up the boolean data type documentation page a bit,
so thought the following was needed:

- use a data type table like most of the other main data types so
it's more uniform (the the size of a boolean is only mentioned at the
very end and looks a bit odd, so removed that too)
- move the reference to the usage example to before the example
- minor text change in the first sentence so that it doesn't look
like it reads "boolean.boolean"

I've attached a patch with these changes, although feel free to list
the many reasons why this is a bad idea. ;)

Looks good to me. Committed to 9.0 and 9.1.