Re: [DOCS] [BUGS] issue about information_schema REFERENTIAL_CONSTRAINTS

2011-02-21 Thread Bruce Momjian
I have moved the text about duplicate constraints to the top of the information schema section because it affects several tables (applied patch attached). I could not figure out how to get the actual error concept to the front of the paragraph. ---

Re: [DOCS] Terms.

2011-02-21 Thread Dmitriy Igrishin
Hey Alvaro, 2011/2/21 Alvaro Herrera > Excerpts from Dmitriy Igrishin's message of dom feb 20 06:19:19 -0300 2011: > > > Better, undoubtedly. > > Another alternative is just "server". Why? Well, for consistency, e.g. > with > > http://www.postgresql.org/docs/9.0/static/errcodes-appendix.html > >

Re: [DOCS] Terms.

2011-02-21 Thread Alvaro Herrera
Excerpts from Dmitriy Igrishin's message of dom feb 20 06:19:19 -0300 2011: > Better, undoubtedly. > Another alternative is just "server". Why? Well, for consistency, e.g. with > http://www.postgresql.org/docs/9.0/static/errcodes-appendix.html > Here you may see phrase "All messages emitted by the

Re: [DOCS] Ambiguous index entry for Privileges

2011-02-21 Thread Bruce Momjian
Alvaro Herrera wrote: > Excerpts from Bruce Momjian's message of lun feb 21 00:21:37 -0300 2011: > > > > Applied. > > I think this paragraph is a bit strange: > > + This chapter describes how to create and manage roles. > + More information about the effects of privileges on various database >

Re: [DOCS] Ambiguous index entry for Privileges

2011-02-21 Thread Alvaro Herrera
Excerpts from Bruce Momjian's message of lun feb 21 00:21:37 -0300 2011: > > Applied. I think this paragraph is a bit strange: + This chapter describes how to create and manage roles. + More information about the effects of privileges on various database + objects can be found in . Note that

Re: [DOCS] [BUGS] issue about information_schema REFERENTIAL_CONSTRAINTS

2011-02-21 Thread Fabien COELHO
Hello, When constraint names are generated by postgresql, ISTM that the software is free to choose them so they could be chosen non ambiguous per schema. We do that already. See ChooseConstraintName and ChooseRelationName. Very good news! I had not noticed that change yet. No more multiple

Re: [DOCS] Ambiguous index entry for Privileges

2011-02-21 Thread Thom Brown
On 21 February 2011 03:21, Bruce Momjian wrote: > > Applied. > > --- > > Bruce Momjian wrote: >> Kevin Grittner wrote: >> > Thom Brown wrote: >> > > On 12 August 2010 00:05, Thom Brown wrote: >> > >> I noticed that there are