Re: [DOCS] misspellings & typofixes
On tis, 2012-05-08 at 01:29 +, Josh Kupershmidt wrote: > On Mon, Apr 23, 2012 at 8:30 PM, Josh Kupershmidt wrote: > > > Below is my original email, and I'll attach a gzip'ed version of the > > original patch instead. > > I see Robert applied the patch (thanks!). > > Did anyone else think the two comments I pointed out were in need of > fixing? Possible patch for those attached. committed -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
[DOCS] NAME maximum length in _bytes_
psql \dTS+ shows for data type 'name': pg_catalog | name| name| 64 | | | 63-character type for storing system identifiers I believe this is really 63 bytes, not characters. I also see it mismatched in our docs: in the internal system catalogs and is not intended for use by the general user. Its length is currently defined as 64 bytes (63 usable characters plus -- terminator) but should be referenced using the constant NAMEDATALEN in C source code. Should I fix this? -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. + -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
