Re: [DOCS] ALTER TABLE doc small thing

2011-09-10 Thread Bruce Momjian
Robert Haas wrote: > 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 referenci

Re: [DOCS] 7.1. Overview (The SQL Language)

2011-09-10 Thread Bruce Momjian
Grzegorz Szpetkowski wrote: > http://www.postgresql.org/docs/9.0/static/queries-overview.html > > "Assuming that there is a table called table1, this command would > retrieve all rows and all columns from table1." > > Maybe it's worth adding: > > "Assuming that there is a table called table1, th

Re: [DOCS] 7.1. Overview (The SQL Language)

2011-09-10 Thread Bruce Momjian
bruce wrote: > Grzegorz Szpetkowski wrote: > > http://www.postgresql.org/docs/9.0/static/queries-overview.html > > > > "Assuming that there is a table called table1, this command would > > retrieve all rows and all columns from table1." > > > > Maybe it's worth adding: > > > > "Assuming that the

Re: [DOCS] createuser/dropuser username

2011-09-10 Thread Bruce Momjian
Patch applied. --- Bruce Momjian wrote: > Tom Lane wrote: > > Bruce Momjian writes: > > > Alvaro Herrera wrote: > > >> Excerpts from Bruce Momjian's message of jue sep 08 11:52:04 -0300 2011: > > >>> I started going in that