]> granicus.if.org Git - postgresql/commit
I've created a new section to func.sgml, "Binary String Functions and
authorBruce Momjian <bruce@momjian.us>
Tue, 20 Nov 2001 15:42:44 +0000 (15:42 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 20 Nov 2001 15:42:44 +0000 (15:42 +0000)
commit01e0dae6896444b93f26cfe233155bbc7e33c0b8
tree4de5e5d12e5b63cedd4652bde246ac25591b503d
parent1337bfa94c440e4edc063529b0c6a9078881e43b
I've created a new section to func.sgml, "Binary String Functions and
Operators", plagiarized shamelessly from the "String Functions and
Operators" section. There were enough differences that it made sense (at
least to me) to give this its own section instead of cramming it in with
normal string functions. This way I could also make the examples
relevant, which is particularly important for bytea.

One thing I think worth mentioning: while documenting the trim()
function I realized that I never implemented the bytea equivalent of
rtrim and ltrim. Therefore, the 'leading' and 'trailing' forms of trim,
available with text, are not available with bytea (I'd be happy to
correct this, but since it would require an initdb, I guess not until
7.3) -- the submitted doc accurately reflects this.

I will look for other areas of the docs that need mention of bytea, but
any guidance would be much appreciated.

--

Here's a second bytea documentation patch. This one significantly
expands the "Binary Data" section added by Bruce recently.

Joe Conway
doc/src/sgml/datatype.sgml
doc/src/sgml/func.sgml