Re: [DOCS] Updated Russian translation of the FAQ

2005-02-10 Thread Bruce Momjian
Thanks, applied to CVS HEAD and 8.0.X. --- Viktor Vislobokov wrote: > There is updated Russian translation of the FAQ in attachment. > > -- > With best wishes, > Victor Vislobokov > Perm. Russia > > > [ application/x-g

Re: [DOCS] FAQ on oids is out of date.

2005-02-10 Thread Bruce Momjian
Yep, the FAQ was _very_ out of date. If you look at it now you will find a lot of it has been updated. Thanks. --- Kris Jurka wrote: > > http://www.postgresql.org/files/documentation/faqs/FAQ.html#4.16 > > The FAQ on oid

Re: [DOCS] Default Values Section

2005-02-10 Thread Bruce Momjian
OK, I updated the documentation to add a comment on that line: SELECT CURRENT_TIMESTAMP; SELECT now(); SELECT TIMESTAMP 'now'; -- incorrect for use with DEFAULT --- Lourival Oliveira wrote:

[DOCS] Mention libpq env. and pgpass in psql manual page

2005-02-10 Thread Bruce Momjian
I have committed to CVS HEAD and 8.0.X: --- Mention that some psql environment variables come from libpq and note more variables can be found in the libpq manual section. Mention .pgpass in the psql manual page section deali