Re: [DOCS] Cannot build docs on Ubuntu 10.04?

2012-01-12 Thread Euler Taveira de Oliveira
On 12-01-2012 17:28, Josh Berkus wrote: > Can't open perl script "/bin/collateindex.pl": No such file or directory > make[3]: *** [bookindex.sgml] Error 2 > Did you install docbook-dsssl? It must contain that script. -- Euler Taveira de Oliveira - Timbira h

[DOCS] pg_stat_get_wal_senders documented

2011-12-05 Thread Euler Taveira de Oliveira
Hi, Is $SUBJECT an oversight? I noticed that pg_stat_get_activity (function behind pg_stat_activity) is documented so for consistency, function pg_stat_get_wal_senders (function behind pg_stat_replication) should be documented too. Patch is attached. -- Euler Taveira de Oliveira - Timbira

Re: [DOCS] somewhat wrong archive_command example

2011-09-22 Thread Euler Taveira de Oliveira
On 22-09-2011 16:29, Josh Kupershmidt wrote: On Thu, Sep 22, 2011 at 2:41 PM, Euler Taveira de Oliveira wrote: On 22-09-2011 15:15, Josh Kupershmidt wrote: 1.) IMO it's more logical to put the test for whether the $ARCHIVE directory exists before the test whether ${ARCHIVE}/${FILE} e

Re: [DOCS] somewhat wrong archive_command example

2011-09-22 Thread Euler Taveira de Oliveira
ast on my OS X machine, that echo produces a message like "./local_backup_script.sh Archive copy of failed with error 0", I guess since $? gets reset to 0 after that if-statement. You can use a temporary variable like $ERRCODE=$? to get around this. Right. -- Euler Taveira de Oliveir

Re: [DOCS] somewhat wrong archive_command example

2011-09-21 Thread Euler Taveira de Oliveira
7;t know but it confuses readability. -- Euler Taveira de Oliveira - Timbira http://www.timbira.com.br/ PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www

Re: [DOCS] error codes table

2011-05-19 Thread Euler Taveira de Oliveira
codes. +1. Moreover, I suggest to lowercase condition names in PL/pgSQL documentation because it is inconsistent (I know that it says that the condition names are case-sensitive but first time I saw them I've started thinking they could be different macros but they weren't). -- Eul

Re: [DOCS] should pg_basebackup be listed as a server application?

2011-05-09 Thread Euler Taveira de Oliveira
put pg_basebackup on the "client" side of the fence. [1] http://www.postgresql.org/docs/9.1/static/reference-client.html -- Euler Taveira de Oliveira - Timbira http://www.timbira.com.br/ PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento -- Sent via pgsq

Re: [DOCS] Multi-language glossary of PostgreSQL terms.

2011-03-14 Thread Euler Taveira de Oliveira
on context. But in some languages, they have just one translation. So the brazilian portuguese glossary would be different from russian and japanese glossary. [1] http://www.timbira.com/pg/vp.txt -- Euler Taveira de Oliveira http://www.timbira.com/ -- Sent via pgsql-docs mailing list

Re: [DOCS] explaining "context" column of pg_settings

2010-12-17 Thread Euler Taveira de Oliveira
It would be fine if that information was easily available. -- Euler Taveira de Oliveira http://www.timbira.com/ -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

Re: [DOCS] [PATCH] Fix documentation about PL/Python exception handling

2010-11-10 Thread Euler Taveira de Oliveira
n unless there is incorrect information; improvement belongs to HEAD. -- Euler Taveira de Oliveira http://www.timbira.com/ -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

Re: [DOCS] Inheritance mention

2009-04-12 Thread Euler Taveira de Oliveira
Bruce Momjian escreveu: Do people feel we should continue documenting that Postgres pre-7.1 didn't reference child tables by default? No. IMHO we should remove references to unsupported releases from documentation. -- Euler Taveira de Oliveira http://www.timbira.com/ -- Sent via

Re: [DOCS] FAQ future

2009-04-06 Thread Euler Taveira de Oliveira
efore removing them from CVS. [1] http://wiki.postgresql.org/wiki/FAQ/pt -- Euler Taveira de Oliveira http://www.timbira.com/ -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

Re: [DOCS] log_min_duration_statement units

2009-04-06 Thread Euler Taveira de Oliveira
Bruce Momjian escreveu: Oops, here is the patch; Euler, would you look to see if you can find anything else missing; you seem to be good at that. :-) My English is not as good as yours but here is another try. Personally, I prefer the second one but... -- Euler Taveira de Oliveira

Re: [DOCS] log_min_duration_statement units

2009-04-06 Thread Euler Taveira de Oliveira
ve_timeout, autovacuum_vacuum_cost_delay, log_autovacuum_min_duration, log_temp_files, statement_timeout, tcp_keepalives_idle, and tcp_keepalives_interval. What about mention the unit in the comment that follows it? The last two already have it. -- Euler Taveira de Oliveira http://www.timbira.com/ -- Sent

Re: [DOCS] Brazilian Portuguese

2009-03-17 Thread Euler Taveira de Oliveira
resql.org.br/cgi-bin/mailman/listinfo/pgbr-dev [2] https://www.postgresql.org.br/pgdoc [3] http://svn.postgresql.org.br/viewsvn/doc/ -- Euler Taveira de Oliveira http://www.timbira.com/ -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscriptio

Re: [DOCS] Updated Russian translation of FAQ

2007-10-27 Thread Euler Taveira de Oliveira
nect unless you modify > /listen_addresses/ in the /postgresql.conf/ file, enable host-based > authentication by modifying the /$PGDATA/pg_hba.conf/ file, and restart > the server. > "... and restart the PostgreSQL server"? -- Euler Taveira de Oliveira http:

[DOCS] small spi patch

2007-08-23 Thread Euler Taveira de Oliveira
Hi, This is small patch fixes a spi example (PG_MODULE_MAGIC is required as of PostgreSQL 8.2) and provides a link to compiling and linking section. -- Euler Taveira de Oliveira http://www.timbira.com/ *** spi.sgml.orig 2007-08-23 23:57:09.0 -0300 --- spi.sgml 2007-08-24 00:06

Re: [DOCS] rename of a view

2007-06-29 Thread Euler Taveira de Oliveira
isallow ALTER TABLE to rename sequence and view because we have specific new commands for it or at least put a NOTICE saying such a thing. -- Euler Taveira de Oliveira http://www.timbira.com/ ---(end of broadcast)--- TIP 4: Have you sear

Re: [DOCS] Volunteer to build a configuration tool

2007-06-18 Thread Euler Taveira de Oliveira
). Don't forget that some of these options need a restart. So maybe your tool just advise the DBA that he/she could change option X to Y. Such a tool was proposed later [1] but it's not up to date. :( [1] http://pgfoundry.org/projects/pgautotune/ -- Euler Taveira de Oliveira http://www.t

Re: [DOCS] [HACKERS] New XML section for documentation

2006-08-25 Thread Euler Taveira de Oliveira
FAQ. What do you all think? > Missing Features > > o XQuery > o SQL/XML syntax (ISO/IEC 9075-14) > o XML data type optimized for XML storage > Another section in TODO? -- Euler Taveira de Oliveira http://www.timbira.com/ --

Re: [DOCS] PostgreSQL Documentation - New Appearance

2005-07-11 Thread Euler Taveira de Oliveira
he cvs: http://gborg.postgresql.org/project/pgweb/cvs/cvs.php/portal/layout/css/blue?Horde=5edd1d1ed94150bba29382852d81e2da Euler Taveira de Oliveira euler[at]yahoo_com_br __ Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.c

Re: [DOCS] Generate Windows MO files in Linux

2005-06-10 Thread Euler Taveira de Oliveira
PS> We need to talk in private about pt_BR docs Euler Taveira de Oliveira euler[at]yahoo_com_br Yahoo! Mail, cada vez melhor: agora com 1GB de espaço grátis! http://mail.yahoo.com.br ---

Re: [DOCS] Translate Postgresql FAQ into Chinese

2005-04-13 Thread Euler Taveira de Oliveira
ate the FAQ with the >main postgresql version. and we'll very happy if Mr. Zhou >could help it. > I think you need to send the HTML version. The plain text version will be generated with lynx -dump. Euler Taveira de Oliveira euler[at]yahoo_com_br

Re: [DOCS] Translate Postgresql FAQ into Chinese

2005-04-02 Thread Euler Taveira de Oliveira
tml version from the CVS (doc/src/FAQ/FAQ.html) and translate it. The text version is generated with lynx. Euler Taveira de Oliveira euler[at]yahoo_com_br Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! http:/