Re: [DOCS] please unsubscribe me

2011-05-19 Thread Kevin Grittner
Peter Eisentraut > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-docs Ferdian Zaman wrote: > Did you try visiting the web page mentioned in the post to which you replied? If so, did you have a problem unsubscribing? If so, please describe what happene

Re: [DOCS] error codes table

2011-05-19 Thread Euler Taveira de Oliveira
Em 19-05-2011 18:04, Peter Eisentraut escreveu: I think we should just remove the second column from the table and rephrase the paragraph above it accordingly. At some point in the future we could introduce a separate optional data field that adds actual additional information about the error co

[DOCS] please unsubscribe me

2011-05-19 Thread Ferdian Zaman
From: Peter Eisentraut To: pgsql-docs Sent: Friday, May 20, 2011 4:04 AM Subject: [DOCS] error codes table Ref: http://developer.postgresql.org/pgdocs/postgres/errcodes-appendix.html It seems to me that the second and the third column in that table are redun

[DOCS] non-ASCII characters in SGML documentation (and elsewhere)

2011-05-19 Thread Peter Eisentraut
There are a few literal non-ASCII characters in the SGML documentation, namely in isn.sgml release-7.4.sgml release-8.4.sgml Also, there are some encoded (&foo;) non-ASCII characters in release-8.0.sgml release-8.1.sgml release-8.2.sgml unaccent.sgml These all work fine, because they are all LA

[DOCS] error codes table

2011-05-19 Thread Peter Eisentraut
Ref: http://developer.postgresql.org/pgdocs/postgres/errcodes-appendix.html It seems to me that the second and the third column in that table are redundant. The third is just the second with underscores and lower-case letters. I find this pretty confusing, first because of the sheer (apparent) v

Re: [DOCS] ALTER TABLE doc small thing

2011-05-19 Thread Robert Haas
On Mon, May 9, 2011 at 2:12 PM, Grzegorz Szpetkowski wrote: > "NOTE 30 — If MATCH FULL or MATCH PARTIAL is specified for a > referential constraint and if the referencing table has only one > column specified in for that > referential constraint, or if the referencing table has more than one > sp

Re: [DOCS] 5.3.5. Foreign Keys (The SQL Language) possible enhance

2011-05-19 Thread Robert Haas
On Fri, May 6, 2011 at 9:50 PM, Grzegorz Szpetkowski wrote: > I have some remark about > > "Now it is impossible to create orders with product_no entries that do > not appear in the products table." > > http://www.postgresql.org/docs/9.0/static/ddl-constraints.html#DDL-CONSTRAINTS-FK [...] > > The

Re: [DOCS] createuser/dropuser username

2011-05-19 Thread Robert Haas
On Wed, May 4, 2011 at 12:05 PM, Grzegorz Szpetkowski wrote: > Hi, > > I think that createuser/drouser reference documentation could be > enhanced for username param. There is: > > "createuser is a wrapper around the SQL command CREATE ROLE. There is > no effective difference between creating user