Re: [DOCS] createuser/dropuser username

2011-09-09 Thread Bruce Momjian
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 direction and stopped because of this example > >>> in our docs: > >>> vacuumdb --analyze --verbose --table 'foo(bar)' xyzzy

[DOCS] typo on libpq.sgml

2011-09-09 Thread Shigehiro Honda
Hi, I noticed a typo in libpq.sgml. In the folowing partagrasoh, 'TCP_KEEPINTVL' should be 'TCP_KEEPCNT'. (In libpq's setKeepalivesCount(), '#ifdef TCP_KEEPCNT' is used.) keepalives_count Controls the number of TCP keepalives that can be lost b