[PATCHES] small typo in DTrace docs

2008-06-12 Thread Euler Taveira de Oliveira
Hi, Attached is a small patch to fix some typos in probes.d path. -- Euler Taveira de Oliveira http://www.timbira.com/ Index: doc/src/sgml/monitoring.sgml === RCS file: /a/pgsql/dev/anoncvs/pgsql/doc/src/sgml/monitoring.sgml,v

Re: [PATCHES] Simplify formatting.c

2008-05-20 Thread Euler Taveira de Oliveira
pat.c already include pg_locale.h. -- Euler Taveira de Oliveira http://www.timbira.com/ -- Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-patches

Re: [PATCHES] lc_time and localized dates

2008-05-17 Thread Euler Taveira de Oliveira
Bruce Momjian wrote: I have reviewed this patch. I like the method you used, but I did find a few things I had to change. Good catch. I tested here and it seems ok. Thanks for your review. -- Euler Taveira de Oliveira http://www.timbira.com/ -- Sent via pgsql-patches mailing list

Re: [PATCHES] pg_dump lock timeout - resend

2008-05-17 Thread Euler Taveira de Oliveira
Joshua D. Drake wrote: The pages could certainly stand an updating to reflect how development currently commences. I will work up a patch next week. IMHO, this development information needs to be at [1]. [1] http://www.postgresql.org/developer/roadmap -- Euler Taveira de Oliveira http

Re: [PATCHES] pg_dump lock timeout - resend

2008-05-17 Thread Euler Taveira de Oliveira
/CommitFest:July -- Euler Taveira de Oliveira http://www.timbira.com/ -- Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-patches

Re: [PATCHES] lc_time and localized dates

2008-04-23 Thread Euler Taveira de Oliveira
VR avril 2008 (1 registro) euler=# set lc_time to 'cs_CZ.UTF-8'; SET euler=# select to_char(now(), 'dy tmDy tmDay mon tmMON tmmonth '); to_char ----------- thu Čt Čtvrtek apr DUB duben 2008 (1 registro) -- Euler Taveira de Oliveir

Re: [PATCHES] lc_time and localized dates

2008-04-15 Thread Euler Taveira de Oliveira
Bruce Momjian wrote: Euler, have you updated this patch yet? I'm in a process to submit another patch but I want to test on Windows first. -- Euler Taveira de Oliveira http://www.timbira.com/ -- Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org) To make changes to

Re: [PATCHES] [BUGS] BUG #3975: tsearch2 index should not bomb out of 1Mb limit

2008-03-09 Thread Euler Taveira de Oliveira
day we can increase the limits (eg ts_type.h redesign). -- Euler Taveira de Oliveira http://www.timbira.com/ -- Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-patches

Re: [PATCHES] [BUGS] BUG #3975: tsearch2 index should not bomb out of 1Mb limit

2008-03-06 Thread Euler Taveira de Oliveira
ser could set it runtime and/or on postgresql.conf. -- Euler Taveira de Oliveira http://www.timbira.com/ -- Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-patches

Re: [PATCHES] [BUGS] BUG #3975: tsearch2 index should not bomb out of 1Mb limit

2008-03-06 Thread Euler Taveira de Oliveira
Edwin Groothuis wrote: Is it possible to make it a WARNING instead of an ERROR? Right now I get: No. All of the other types emit an ERROR if you're trying an out of range value. -- Euler Taveira de Oliveira http://www.timbira.com/ -- Sent via pgsql-patches mailing list (pgsql-pa

Re: [PATCHES] lc_time and localized dates

2008-02-26 Thread Euler Taveira de Oliveira
MONTH Month MON Mon mon', 'NLS_DATE_LANGUAGE = portuguese') FROM dual; TO_CHAR(SYSDATE,'DYDYDAYDAYDAYMONTHMONTHMONMONMON','NLS_DATE_LANGUAGE=PORTUGUESE' ------------- TER ter TERCA-FEI

Re: [PATCHES] lc_time and localized dates

2008-02-26 Thread Euler Taveira de Oliveira
ngroup.org/onlinepubs/009695399/functions/strftime.html -- Euler Taveira de Oliveira http://www.timbira.com/ ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

Re: [PATCHES] lc_time and localized dates

2008-02-26 Thread Euler Taveira de Oliveira
xx, TMMONTH should be , and TMmonth should be . If you want to ensure lowercase in months, you could use TMmonth instead of TMMonth. -- Euler Taveira de Oliveira http://www.timbira.com/ ---(end of broadcast)--- TIP 9: In versio

Re: [PATCHES] lc_time and localized dates

2008-02-26 Thread Euler Taveira de Oliveira
tion so you can choose if you want it capitalized or not. Is it ok to output TMDay as 'Dinsdag' ? -- Euler Taveira de Oliveira http://www.timbira.com/ ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq

Re: [PATCHES] lc_time and localized dates

2008-02-25 Thread Euler Taveira de Oliveira
rier (1 registro) euler=# set lc_time to 'it_IT'; SET euler=# select to_char(now(), 'TMDay TMDy TMMon TMMonth'); to_char - lunedì lun feb febbraio (1 registro) euler=# set lc_time to 'hu_HU'; SET euler=# select to_char(now(),

[PATCHES] lc_time and localized dates

2008-02-25 Thread Euler Taveira de Oliveira
istro) [1] http://archives.postgresql.org/pgsql-hackers/2006-11/msg00539.php [2] http://archives.postgresql.org/pgsql-hackers/2006-11/msg00693.php [3] http://archives.postgresql.org/pgsql-hackers/2007-10/msg00214.php [4] http://archives.postgresql.org/pgsql-hackers/2006-11/msg00692.php

[PATCHES] pt_BR FAQ update

2007-11-30 Thread Euler Taveira de Oliveira
Hi, I updated the brazilian FAQ; it's in [1]. I'm attaching a small patch that adds a forgotten question and change < to <. [1] http://timbira.com/tmp/FAQ_brazilian.html -- Euler Taveira de Oliveira http://www.timbira.com/ *** ./doc/src/FAQ/FAQ.html.orig 2007-11-30 22

Re: [PATCHES] [HACKERS] wrong behavior using to_char() again

2007-11-22 Thread Euler Taveira de Oliveira
s broken too. In PostgreSQL, it's following the en_US behavior. Comments? [EMAIL PROTECTED]:/a/pgsql$ ./a.out C decimal_point: "." thousands_sep: "" [EMAIL PROTECTED]:/a/pgsql$ ./a.out en_US decimal_point: "." thousands_sep: "," [1] http:/

[PATCHES] pt_BR FAQ update

2007-10-07 Thread Euler Taveira de Oliveira
Hi, An updated pt_BR FAQ patch is attached. If you prefer the complete version, you can get it [1]. There is also a small typo fix. [1] http://timbira.com/tmp/FAQ_brazilian.html -- Euler Taveira de Oliveira http://www.timbira.com/ faq.diff.gz Description: GNU Zip compressed data

Re: [PATCHES] Implementation of aggregate functions

2007-09-20 Thread Euler Taveira de Oliveira
t to ask this kind of question. Use pgsql-hackers instead. Some statistics functions [1] are already implemented in PostgreSQL. Samples are in utils/adt/float.c. [1] http://www.postgresql.org/docs/8.2/static/functions-aggregate.html#FUNCTIONS-AGGREGATE-STATISTICS-TABLE -- Euler Taveira

Re: [PATCHES] COPY with no WAL, in certain circumstances

2007-01-06 Thread Euler Taveira de Oliveira
k makes sense. A copy is an all or nothing option, if a > copy fails in the middle the whole thing is rolled back. > I was worried about PITR, but Simon answers my question: PITR enables so uses WAL. -- Euler Taveira de Oliveira http://www.timbira.com/

Re: [PATCHES] COPY with no WAL, in certain circumstances

2007-01-06 Thread Euler Taveira de Oliveira
t; docs, just code comments. > IMHO, this deserves an GUC parameter (use_wal_in_copy?). Because a lot of people use COPY because it's faster than INSERT but expects that it will be in WAL. The default would be use_wal_in_copy = true. -- Euler Taveira de Oliveir

Re: [PATCHES] xlog directory at initdb time

2007-01-03 Thread Euler Taveira de Oliveira
Peter Eisentraut wrote: > On the name of the option, it's not actually a "data" directory, so I'd just > call it --xlogdir, parallel to --datadir. > Seems reasonable. Patch modified is attached. -- Euler Taveira de Oliveira http://www.timbira.com/ *** ./doc/

Re: [PATCHES] xlog directory at initdb time

2006-12-28 Thread Euler Taveira de Oliveira
missions -- FAILED 4) xlog diretory exists but is not empty -- FAILED 5) interrupting initdb execution (Ctrl-C) to test the cleanup code -- OK PS> i didn't test it in a win32 box but it should be ok. -- Euler Taveira de Oliveira http://www.timbira.com/ ---(end

[PATCHES] xlog directory at initdb time

2006-12-26 Thread Euler Taveira de Oliveira
Hi, This simple patch lets someone specifies the xlog directory at initdb time. It uses symlinks to do it, and create and/or set permissions at the directory as appropriate. -- Euler Taveira de Oliveira http://www.timbira.com/ *** ./doc/src/sgml/ref/initdb.sgml.orig 2006-12-23 22:08

Re: [PATCHES] Brazilian FAQ update

2006-11-17 Thread Euler Taveira de Oliveira
Euler Taveira de Oliveira wrote: > This is an updated version of Brazilian FAQ [1]. If you prefer [2] is > the diff file. > Please apply it. > > [1] http://timbira.com/pg/FAQ_brazilian.html > [2] http://timbira.com/pg/faq.diff > Where are we on this? -- Euler Tavei

[PATCHES] small typo in backup docs

2006-10-29 Thread Euler Taveira de Oliveira
Hi, There is a small typo in backup documentation. -- Euler Taveira de Oliveira http://www.timbira.com/ *** backup.sgml.orig2006-10-29 14:00:13.0 -0200 --- backup.sgml 2006-10-29 14:00:21.0 -0200 *** *** 1430,1436 Sample code for the C

[PATCHES] Brazilian FAQ update

2006-10-16 Thread Euler Taveira de Oliveira
Hi, This is an updated version of Brazilian FAQ [1]. If you prefer [2] is the diff file. Please apply it. [1] http://timbira.com/pg/FAQ_brazilian.html [2] http://timbira.com/pg/faq.diff -- Euler Taveira de Oliveira http://www.timbira.com/ ---(end of broadcast

[PATCHES] small FAQ patch

2006-10-14 Thread Euler Taveira de Oliveira
Hi, This is a small cosmetic patch that adds pt_BR IRC channel to the lists of IRC channels, fixes a typo in the OID's question, and corrects the PGCluster's project name. -- Euler Taveira de Oliveira http://www.timbira.com/ *** FAQ.html.orig 2006-10-14 14:27:30.0

[PATCHES] minor improvements in messages

2006-10-01 Thread Euler Taveira de Oliveira
Hi, Attached is a patch to make some sentences consistent with similar ones. -- Euler Taveira de Oliveira http://www.timbira.com/ *** ./src/backend/access/transam/twophase.c.orig2006-10-01 12:42:49.0 -0300 --- ./src/backend/access/transam/twophase.c 2006-10-01 12:46

[PATCHES] cosmetic change in 'drop owned' reference

2006-09-18 Thread Euler Taveira de Oliveira
Hi, This is cosmetic patch that puts the parameters in the correct order (same as other similar commands). -- Euler Taveira de Oliveira http://www.timbira.com/ x Description: Binary data ---(end of broadcast)--- TIP 5: don't forg

Re: current version: [PATCHES] Patch - Have psql show current values

2006-05-05 Thread Euler Taveira de Oliveira
was so ugly that I didn't send to -patches. Maybe Bruce's solution (\x & select * from seq) could be hardcoded in describe.c. -- Euler Taveira de Oliveira http://www.timbira.com/ ---(end of broadcast)--- TIP 3: Have y

Re: [PATCHES] [HACKERS] to_char and i18n

2005-12-25 Thread Euler Taveira de Oliveira
--- Euler Taveira de Oliveira <[EMAIL PROTECTED]> escreveu: > I have a patch like this. But this was for 7.4.x. I have to take a > look > at it. > The patch is attached. It implements day and month i18n. I fixed a few misspelling comments. Docs is attached too. template1=#

[PATCHES] small typo

2005-10-16 Thread Euler Taveira de Oliveira
Hi, This is a small typo in guc.c. Euler Taveira de Oliveira euler[at]yahoo_com_br ___ Promoção Yahoo! Acesso Grátis: a cada hora navegada você acumula cupons e concorre a mais de 500 prêmios

Re: [PATCHES] Translation updates: pt_BR

2005-10-06 Thread Euler Taveira de Oliveira
--- Peter Eisentraut <[EMAIL PROTECTED]> escreveu: > Euler Taveira de Oliveira wrote: > > > If you want we could also replicate the older branches in the > > > pgtranslation repository. Is there interest in that? > > > > I think so. At least those branches

Re: [PATCHES] Translation updates: pt_BR

2005-10-05 Thread Euler Taveira de Oliveira
Hi Peter, > > If you want we could also replicate the older branches in the > pgtranslation repository. Is there interest in that? > I think so. At least those branches that are maintained yet. Euler Taveira de Oliveira euler[at]

Re: [PATCHES] Translation updates: pt_BR

2005-10-04 Thread Euler Taveira de Oliveira
e pgtranslations project in pgfoundry? You could > commit them yourself there, and they will be folded back to main > Postgres "automatically". > Yeah. I'm subscribed. I took a look at it and saw that I can't update older branches. How can we &qu

[PATCHES] Translation updates: pt_BR

2005-10-04 Thread Euler Taveira de Oliveira
Hi, This is the translation updates for 7.4.x [1] and 8.0.x [2]. Please try to include them before release. I'll send the 8.1 update ASAP. [1] http://br.geocities.com/eulerto/backend74.po.gz [2] http://br.geocities.com/eulerto/pg80.tgz Regards, Euler Taveira de Oliveira euler[at]yahoo_c

[PATCHES] reindexdb into scripts

2005-07-03 Thread Euler Taveira de Oliveira
n 8.1. http://archives.postgresql.org/pgsql-hackers/2005-06/msg01578.php Euler Taveira de Oliveira euler[at]yahoo_com_br ___ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!

Re: [PATCHES] limiting connections per user/database

2005-06-26 Thread Euler Taveira de Oliveira
or > twice not ten times. > IIRC, people want the last one. We have more control if we can set it per user or per database. Talking about pgstat, I think you can rely on it 'cause it can be disabled. Could you describe the design you intended to implement? Euler Tavei

Re: [PATCHES] uptime function to postmaster

2005-06-06 Thread Euler Taveira de Oliveira
we are supplying pg-specific behavior. > Agreed. An updated version of the patch is attached. It is just implement 'pg_start_time' function that works in multi-user and stand-alone. Docs is attached too. Comments? Euler Taveira de Oliveira euler[at]yahoo_com_br __

Re: [PATCHES] uptime function to postmaster

2005-06-06 Thread Euler Taveira de Oliveira
ime' function. Talking abouts names, IMHO we need to go with uptime() and start_time(). Why? That's because a system function and it's about server. When we implement backend uptime, we can go with connection_uptime() and connecti

[PATCHES] Translation updates: pt_BR

2005-05-09 Thread Euler Taveira de Oliveira
Hi, This is translation updates for branchs 7.4 and 8.0. http://br.geocities.com/eulerto/nls_74_pt-br.tgz http://br.geocities.com/eulerto/nls_80_pt-br.tgz Please apply. Euler Taveira de Oliveira euler[at]yahoo_com_br __ Converse com seus amigos

Re: [PATCHES] DELETE ... USING

2005-04-06 Thread Euler Taveira de Oliveira
_from=true, all these queries are > rejected anyway, so I think it makes sense to warn about all of them > when add_missing_from is disabled. Objections? > No. That's why I'm thinking now while looking at the code :) Could you provide a patch? Euler Taveira de Oliveira eu

Re: [PATCHES] DELETE ... USING

2005-04-04 Thread Euler Taveira de Oliveira
need at least a NOTICE here. Of course it could be extended to UPDATE too. BTW, what about regression tests for UPDATE ... FROM? PS> all examples are extracted from regression database. Euler Taveira de Oliveira euler[at]yahoo_com_br Yahoo! Acesso G

Re: [PATCHES] problem with CR+LF in files in psql \i command

2005-03-26 Thread Euler Taveira de Oliveira
g_dump to indicate such a thing? Maybe -l or --change-line [m|w|u] Another TODO item? 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: [PATCHES] uptime function to postmaster

2005-01-20 Thread Euler Taveira de Oliveira
mplemented (starttime). Basically I changed the uptime()'s return type to 'interval' (more funcional now, uh?) and rework in the Matthias function (start_time()). The last one return type is 'timestamp with time zone'. The docs are attached to, but maybe need some wo

[PATCHES] Translation updates: pt_BR

2005-01-15 Thread Euler Taveira de Oliveira
Hi, This is another translation update for pt_BR. http://br.geocities.com/eulerto/pg/nls_pt-br.tgz Please apply it before the new release (if possible). = Euler Taveira de Oliveira euler[at]yahoo_com_br __ Converse com seus amigos em tempo

[PATCHES] FAQ update: pt_BR

2005-01-15 Thread Euler Taveira de Oliveira
Hi, This is an update for FAQ_brazilian.html. Please apply to HEAD (before release if possible). = Euler Taveira de Oliveira euler[at]yahoo_com_br ___ Yahoo! Acesso Grátis - Instale o discador do

[PATCHES] Small fix in FAQ

2005-01-15 Thread Euler Taveira de Oliveira
Hi, This is a small fix in FAQ.html. Please apply it to HEAD. = Euler Taveira de Oliveira euler[at]yahoo_com_br ___ Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. http

[PATCHES] Translation updates: pt_BR

2005-01-07 Thread Euler Taveira de Oliveira
Hi, Sorry for the delay. This is a heavily revised version of the pt_BR message files. http://br.geocities.com/eulerto/pg/nls_pt-br.tgz Please apply it before the Official Release. = Euler Taveira de Oliveira euler[at]yahoo_com_br

Re: [PATCHES] uptime function to postmaster

2004-12-21 Thread Euler Taveira de Oliveira
; I couldn't see a good place to put it. Any suggestion? ===== Euler Taveira de Oliveira euler[at]yahoo_com_br ___ Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. http://br.acesso.yahoo.co

Re: [PATCHES] uptime function to postmaster

2004-12-21 Thread Euler Taveira de Oliveira
Hi, > > > This patch just implement a function that returns the uptime of > the > > > postmaster. > > > > Doesn't work in EXEC_BACKEND case. > > > Sorry. I'll fix this. > Patch updated. I improved the function output too. Comments?

Re: [PATCHES] uptime function to postmaster

2004-12-19 Thread Euler Taveira de Oliveira
Hi Tom, > > This patch just implement a function that returns the uptime of the > > postmaster. > > Doesn't work in EXEC_BACKEND case. > Sorry. I'll fix this. = Euler Taveira de

[PATCHES] uptime function to postmaster

2004-12-19 Thread Euler Taveira de Oliveira
you prefer. Comments? Please review it and apply it. PS> Hold it for 8.1. ===== Euler Taveira de Oliveira euler[at]yahoo_com_br ___ Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. h

[PATCHES] DELETE FROM foo USING bar

2004-12-19 Thread Euler Taveira de Oliveira
Hi, This patch allows additional tables to be specified in DELETE for joins (from TODO list). Basically I ripped the code from UPDATE ... FROM and hacked the grammar. The docs are include too. The tab-complete part needs more work. Please review it and apply. = Euler Taveira de Oliveira

[PATCHES] Translation updates: pt_BR

2004-12-10 Thread Euler Taveira de Oliveira
Taveira de Oliveira euler[at]yahoo_com_br ___ Yahoo! Mail - Agora com 250MB de espaço gratuito. Abra uma conta agora! http://br.info.mail.yahoo.com/ ---(end of broadcast

[PATCHES] pt_BR FAQ update

2004-12-10 Thread Euler Taveira de Oliveira
Hi, This little patch change my e-mail address in the FAQ. If it's possible yet, please apply it to HEAD. = Euler Taveira de Oliveira euler[at]yahoo_com_br __ Converse com seus amigos em tempo real com o Yahoo! Messenger

[PATCHES] pt_BR FAQ updated

2004-11-24 Thread Euler Taveira de Oliveira
Hi, Attached is a patch to up to date the brazilian FAQ. I included some typo fixes too. Please apply. PS> Do not consider the last patch I sent to correct the typos, they are included in this patch. ===== Euler Taveira de Oliveira euler[at]yahoo_com

[PATCHES] fix typos in pt_br FAQ

2004-11-03 Thread Euler Taveira de Oliveira
Hi, Attached is a patch that correct two typos in pt_BR FAQ. Please apply. = Euler Taveira de Oliveira euler[at]yahoo_com_br __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[PATCHES] Translation updates: pt_BR

2004-10-30 Thread Euler Taveira de Oliveira
Hi, Here is another update for pt_BR message files. I updated some comments and some fuzzy/untranslated messages. It's too big so I put it here: http://br.geocities.com/eulerto/pg/nls_pt_br.tgz Please apply. = Euler Taveira de Oliveira euler[at]yahoo_c

[PATCHES] Translation updates: pt_BR

2004-10-18 Thread Euler Taveira de Oliveira
Hi, I just updated the pt_BR translation. The URL above contain a tarball with all the updates. http://br.geocities.com/eulerto/pg/pg_pt-br.tgz Please apply. = Euler Taveira de Oliveira euler[at]yahoo_com_br __ Do You Yahoo!? Tired of spam

[PATCHES] pg_config translation to pt_BR

2004-10-06 Thread Euler Taveira de Oliveira
Hi, Here is a patch to available the first translation of pg_config. The files attached needs to be in src/bin/pg_config. Basically, it is two files (nls.mk, pt_BR.po) and one directory (po/). Please apply. = Euler Taveira de Oliveira euler[at]yahoo_com_br

[PATCHES] pg_config fixes

2004-10-05 Thread Euler Taveira de Oliveira
Hi, This simple patch fixes a typo, ensure pg_config is removed in win32 and correct some splitted message mistake. Please apply. PS> I'll send the translated file soon. ===== Euler Taveira de Oliveira euler[at]yaho

[PATCHES] Cosmetic changes

2004-09-30 Thread Euler Taveira de Oliveira
Hi, This small patch correct a hint style and change from multiple to single line comment because gettext seems not to like multiple line comments. Then we could see the "translator: ..." in po files too. ===== Euler Taveira de Oliveira euler[at]ya

[PATCHES] pg_dump translation update: pt_BR

2004-09-29 Thread Euler Taveira de Oliveira
Hi, This is the pg_dump translation update. Please apply it to HEAD. = Euler Taveira de Oliveira euler[at]yahoo_com_br ___ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora

[PATCHES] FAQ pt_BR updated

2004-09-29 Thread Euler Taveira de Oliveira
Hi Bruce, This is a small update for FAQ_brazilian.html. Don't forget to generate the text version. = Euler Taveira de Oliveira euler[at]yahoo_com_br ___ Yahoo! Acesso Grátis - Internet rápida e g

[PATCHES] Translation updates for pt_BR

2004-09-28 Thread Euler Taveira de Oliveira
Hi, Attached is the initdb, libpq, pg_controldata, pg_ctl, pg_resetxlog, psql and scripts translation updates. Note that pg_ctl have to be added to nls.mk Please apply. = Euler Taveira de Oliveira euler[at]yahoo_com_br

[PATCHES] correct docbook version

2004-07-31 Thread Euler Taveira de Oliveira
Hi, I saw some inconsistence in the docbook version. Here is a patch that just correct it. -- Euler Taveira de Oliveira euler (at) ufgnet.ufg.br Desenvolvedor Web e Administrador de Sistemas UFGNet - Universidade Federal de Goiás docbook.diff Description: Binary data

Re: [PATCHES] translation updates pt_BR

2004-06-11 Thread Euler Taveira de Oliveira
Hi Peter, > Euler Taveira de Oliveira wrote: > > Here are some updates for REL7_4. > > Please apply it before release 7.4.3. > > http://www.ufgnet.ufg.br/euler/pg_update_7_4_3.tar.gz > > Installed. Brazil takes the lead... Thanks. And the docs are in progress too. --

[PATCHES] translation updates pt_BR

2004-06-09 Thread Euler Taveira de Oliveira
Hi, Here are some updates for REL7_4. Please apply it before release 7.4.3. http://www.ufgnet.ufg.br/euler/pg_update_7_4_3.tar.gz Regards, -- Euler Taveira de Oliveira euler (at) ufgnet.ufg.br Desenvolvedor Web e Administrador de Sistemas UFGNet - Universidade Federal de Goiás

Re: [PATCHES] pg_autovacuum integration proof of concept patch

2004-06-08 Thread Euler Taveira de Oliveira
Hi Matthew, > What have you done specifically? FYI, I will have the GUC variables > done done today or tomorrow, and I have started on the new system tables > already. > Almost everything. In a couple of days it will be done, then I send it for review. -- Euler Taveira de Ol

Re: [PATCHES] pg_autovacuum integration proof of concept patch

2004-06-07 Thread Euler Taveira de Oliveira
reate another new system table) to store > additional per table pg_autovacuum data which will allow per table > settings and persistent data > I just made some of this. If you want to exchanges ideas, drop me a line. I'll try to get what you've done and integrate it with what i

[PATCHES] FAQ translation to pt_BR

2004-06-07 Thread Euler Taveira de Oliveira
Hi, I just translated the FAQ to brazilian portuguese. There are two versions: branch 7_4 and HEAD. The text versions are included too. http://www.ufgnet.ufg.br/euler/faq.tar.gz Please apply it. -- Euler Taveira de Oliveira euler (at) ufgnet.ufg.br Desenvolvedor Web e Administrador de

[PATCHES] small fix in FAQ

2004-06-01 Thread Euler Taveira de Oliveira
Hi, This is a small fix in FAQ. It just clean up some old comments and change an old -not-working piece of code. Please apply it in HEAD and 7.4 branch. -- Euler Taveira de Oliveira euler (at) ufgnet.ufg.br Desenvolvedor Web e Administrador de Sistemas UFGNet - Universidade Federal de Goiás

[PATCHES] patch in pipe?

2004-04-22 Thread Euler Taveira de Oliveira
Hi all, Talking about patches in pipe, I just want to see my patch in PostgreSQL. Nobody comments about it. It's about ALTER DATABASE foo OWNER TO bar. http://archives.postgresql.org/pgsql-patches/2004-03/msg00440.php Regards, -- Euler Taveira de Oliveira euler (at) ufgnet.u

[PATCHES] alter database foo owner to bar

2004-03-31 Thread Euler Taveira de Oliveira
owners don't need any aditional privileges. Please review it and apply it. Regards, -- Euler Taveira de Oliveira euler (at) ufgnet.ufg.br Desenvolvedor Web e Administrador de Sistemas UFGNet - Universidade Federal de Goiás alter-db.patch Description: Binary data ---(e

Re: [PATCHES] change output of \dp

2004-03-11 Thread Euler Taveira de Oliveira
e should think of a more general solution. For example, there is > still not any way to show the privileges of functions and other > objects. > > I could do it, if nobody objects. -- Euler Taveira de Oliveira euler (at) ufgnet.ufg.br Desenvolvedor Web e Administrador de Sistema

Re: [PATCHES] change output of \dp

2004-03-11 Thread Euler Taveira de Oliveira
Hi, I just forgot the documentation patch. It's attached. Regards, -- Euler Taveira de Oliveira euler (at) ufgnet.ufg.br Desenvolvedor Web e Administrador de Sistemas UFGNet - Universidade Federal de Goiás dp_doc.patch Description: Binary data ---(end of broa

[PATCHES] change output of \dp

2004-03-10 Thread Euler Taveira de Oliveira
b | sequence | {euler=a*r*w*d*R*x*t*/euler,teste=ar/euler} public | foo| table| {euler=a*r*w*d*R*x*t*/euler,teste=ar/euler} public | foobar | view | public | teste | table| {euler=a*r*w*d*R*x*t*/euler,teste=ar/euler} (4 rows) Please apply it under HEAD, and if it's convenie

[PATCHES] update for brazilian portuguese translation

2004-02-05 Thread Euler Taveira de Oliveira
Hi, I have updated postgres and psql translation. If it's not inconvenience, apply the postgres in cvs head too. This is a big file, so I put it here: http://www.ufgnet.ufg.br/euler/translation_7_4_pt_BR.tgz Please apply. Regards, -- Euler Taveira de Oliveira euler (at) ufgnet.u

[PATCHES] update for brazilian portuguese translation

2004-01-07 Thread Euler Taveira de Oliveira
/translation_7_4_pt_BR.tgz Please apply. Regards, -- Euler Taveira de Oliveira euler (at) ufgnet.ufg.br Desenvolvedor Web e Administrador de Sistemas UFGNet - Universidade Federal de Goiás ---(end of broadcast)--- TIP 8: explain analyze is your

[PATCHES] internationalization of initdb

2003-11-19 Thread Euler Taveira de Oliveira
Hi, I just enable support for internationalization of initdb. I used the same style from "scripts". The files need to be put in initdb directory (nls.mk and po/pt_BR.po). The patch was made under CVS HEAD. -- Euler Taveira de Oliveira euler (at) ufgnet.ufg.br Desenvolvedor Web e Adm

[PATCHES] update for brazilian portuguese translation

2003-11-14 Thread Euler Taveira de Oliveira
, -- Euler Taveira de Oliveira euler (at) ufgnet.ufg.br Desenvolvedor Web e Administrador de Sistemas UFGNet - Universidade Federal de Goiás ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

[PATCHES] brazilian portuguese translations

2003-10-06 Thread Euler Taveira de Oliveira
-c -v psql-pt_BR.po 453 translated messages. -- Euler Taveira de Oliveira euler (at) ufgnet.ufg.br Desenvolvedor Web e Administrador de Sistemas UFGNet - Universidade Federal de Goiás ---(end of broadcast)--- TIP 1: subscribe and unsubscribe com

Re: [PATCHES] Translation to Brazilian Portuguese

2003-08-14 Thread Euler Taveira de Oliveira
Just say which files are new. Thanks. > I had known the rules. :)) Now I put the files in my machine because it's too large (84K). The file *.po are new ones and *_patch are the updates against the REL_7_4_BETA1 branch. <http://www2.ufgnet.ufg.br/euler/patch_pt-br.tar.gz> -- Euler

[PATCHES] Translation to Brazilian Portuguese

2003-08-14 Thread Euler Taveira de Oliveira
it in root directory and then apply the patch. I put the archives in my machine because the patch has 86K. <http://www2.ufgnet.ufg.br/euler/patch_pt-br.tar.gz> Best Regards, Euler Taveira de Oliveira euler (at) ufgnet.ufg.br -- "My grandfather once told me that there are two kinds of p