Re: [DOCS] Correction in SHARE ROW EXCLUSIVE lock description

2017-10-10 Thread Euler Taveira
are testing with >= 9.5. Indeed, SREL replaced AEL in this ALTER TABLE case [1]. [1] https://www.postgresql.org/docs/9.5/static/explicit-locking.html -- Euler Taveira Timbira - http://www.timbira.com.br/ PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x

Re: [DOCS] Doc BUG and/or Change Request: Include Postgres's system columns in reserved words in docs, Chnage to previx sytem colums with 2 underscores?

2017-10-03 Thread Euler Taveira
lumns > should never being with an underscore." This convention worked well for C > before C++ exists, should work good for Postgres too? > This boat was already shipped a long time ago. You can't change that without breaking tons of applications. [1] https://www.postgresql.org/docs/9.6

Re: [DOCS] drop table doesn't fire ddl_command_end event trigger

2017-09-25 Thread Euler Taveira
dropped object: type public.foo public.foo NOTICE: DROP TYPE dropped object: composite type public.foo public.foo NOTICE: DROP TYPE dropped object: type public._foo public.foo[] DROP TYPE [1] https://www.postgresql.org/docs/9.6/static/functions-event-triggers.html -- Euler Taveira

Re: [DOCS] instr

2017-09-19 Thread Euler Taveira
but you can create one using a combination of other functions. In Section 42.12.3 there is a PL/pgSQL implementation of instr that you can use to make your porting easier." [1] https://www.postgresql.org/docs/10/static/plpgsql-porting.html [2] https://www.postgresql.org/docs/10/static/plpgsql-port

Re: [DOCS] Typo in trigger docs

2017-05-25 Thread Euler Taveira
rrect. Execute the attached script to understand how trigger visibility works. AFTER row-level triggers will see all data changes [1]. [1] https://www.postgresql.org/docs/9.6/static/trigger-datachanges.html -- Euler Taveira Timbira - http://www.timbira.com

Re: [DOCS] complete 'C' trigger example needs fmgr.h

2017-01-12 Thread Euler Taveira
#include > fmgr.h > No, it is not. utils/rel.h includes it. -- Euler Taveira 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

Re: [DOCS] misleading ALTER TABLE SET STORAGE

2016-11-10 Thread Euler Taveira
olname SET STORAGE storagetype) or link ALTER TABLE to avoid confusion. -- Euler Taveira Timbira - http://www.timbira.com.br/ PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To

Re: [DOCS] Translation to Portuguese

2016-09-30 Thread Euler Taveira
[1] http://pgdocptbr.sourceforge.net/ -- Euler Taveira 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.postg

Re: [DOCS] Alter system command documentation

2015-06-15 Thread Euler Taveira
that sentence, my preference is replace SIGHUP with pg_reload_conf. -- Euler Taveira 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

Re: [DOCS] Failed in moving database objects to another tablespace

2015-06-11 Thread Euler Taveira
is in pgAdmin. I bet you're running a pgAdmin beta version or something like that. Could you confirm the exact pgAdmin version? -- Euler Taveira Timbira - http://www.timbira.com.br/ PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento -- Sent via pgsql-docs

Re: [DOCS] Windows minimum system requirements

2013-01-19 Thread Euler Taveira
://www.postgresql.org/docs/current/static/supported-platforms.html [2] http://www.postgresql.org/docs/current/static/install-windows.html -- Euler Taveira de Oliveira - Timbira http://www.timbira.com.br/ PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento -- Sent via

Re: [DOCS] Adding links to alternate versions of doc pages

2012-03-28 Thread Euler Taveira
versions per last-part-of-url? It isn't a perfect solution (because (i) some URLs are renamed along the versions and (ii) some parts get their own page) but it will cover almost all cases. -- Euler Taveira de Oliveira - Timbira http://www.timbira.com.br/ PostgreSQL: Consultoria

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 http://www.timbira.com.br

[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
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 Oliveira - Timbira http

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 eu...@timbira.com 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

Re: [DOCS] somewhat wrong archive_command example

2011-09-21 Thread Euler Taveira de Oliveira
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.postgresql.org

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). -- Euler Taveira

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

2011-05-09 Thread Euler Taveira de Oliveira
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 pgsql-docs mailing list (pgsql-docs@postgresql.org) To make

Re: [DOCS] explaining context column of pg_settings

2010-12-17 Thread Euler Taveira de Oliveira
. -- 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 pgsql

Re: [DOCS] log_min_duration_statement units

2009-04-06 Thread Euler Taveira de Oliveira
, 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 via pgsql

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] FAQ future

2009-04-06 Thread Euler Taveira de Oliveira
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] Brazilian Portuguese

2009-03-17 Thread Euler Taveira de Oliveira
/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 subscription: http://www.postgresql.org/mailpref

Re: [DOCS] Updated Russian translation of FAQ

2007-10-28 Thread Euler Taveira de Oliveira
/ 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://www.timbira.com/ ---(end of broadcast

[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
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 searched our list archives

Re: [DOCS] Volunteer to build a configuration tool

2007-06-18 Thread Euler Taveira de Oliveira
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.timbira.com/ ---(end

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

2006-08-25 Thread Euler Taveira de Oliveira
? 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/ ---(end of broadcast

Re: [DOCS] PostgreSQL Documentation - New Appearance

2005-07-11 Thread Euler Taveira de Oliveira
/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.com/messenger

Re: [DOCS] Generate Windows MO files in Linux

2005-06-10 Thread Euler Taveira de Oliveira
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 ---(end of broadcast

Re: [DOCS] Translate Postgresql FAQ into Chinese

2005-04-13 Thread Euler Taveira de Oliveira
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 Yahoo! Acesso Grátis - Internet rápida e

Re: [DOCS] Translate Postgresql FAQ into Chinese

2005-04-02 Thread Euler Taveira de Oliveira
(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://br.acesso.yahoo.com