Re: [HACKERS] Where to Host Project

2008-09-19 Thread Walter Cruz
What about Assembla? http://assembla.com/ []'s - Walter -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] weird - invalid string enlargement request size

2007-12-05 Thread Walter Cruz
On Dec 4, 2007 7:19 PM, Tom Lane [EMAIL PROTECTED] wrote: Walter Cruz [EMAIL PROTECTED] writes: I posted on hackers cause I think that was a bug, os something. Yeah, I think so too. Can you extract a reproducible test case? I'm trying to extract that case! []'s - Walter

Re: [HACKERS] weird - invalid string enlargement request size

2007-12-05 Thread Walter Cruz
Yes, I did. What have I done. My Linux version: Debian Etch. My Postgres version: PostgreSQL 8.2.5 on x86_64-unknown-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) It was compiled by myself. My initdb was: initdb -E LATIN1 --locale=pt_BR By that initdb,

[HACKERS] weird - invalid string enlargement request size

2007-12-04 Thread Walter Cruz
A simple query: select prec.bl_considerada_prioritaria AS A proposta é considerada prioritária por Conselho Municipal ou Estadual from consultaprevia2008.tab_urb_asse_prec prec The result: ERROR: invalid string enlargement request size 1073741823 But.. If i replace the accented char, leaving

Re: [HACKERS] weird - invalid string enlargement request size

2007-12-04 Thread Walter Cruz
issue :) I posted on hackers cause I think that was a bug, os something. []'s - Walter On Dec 4, 2007 3:46 PM, Alvaro Herrera [EMAIL PROTECTED] wrote: Walter Cruz escribió: A simple query: select prec.bl_considerada_prioritaria AS A proposta é considerada prioritária por Conselho

Re: [HACKERS] Granting all tables in schema by one SQL command

2006-10-19 Thread Walter Cruz
looks to me that NEW TABLES are the tables created AFTER the GRANT :)Is that?[]'s- WalterOn 10/19/06, Krycek [EMAIL PROTECTED] wrote:HelloIm new to PostgreSQL development and I would like to make introduce patch that will satisfied this point of TODO:%Allow GRANT/REVOKE permissions to be applied

[HACKERS] minor change on comments on lock.h

2006-10-04 Thread Walter Cruz
To match the description on http://momjian.us/main/writings/pgsql/sgml/explicit-locking.html*** ../../include/storage/lock.h.orig 2006-10-05 00:25: 06.0 -0300--- ../../include/storage/lock.h 2006-10-05 00:31:16.0 -0300** 109,116 #define AccessShareLock 1 /*

Re: [HACKERS] scripts/common.c minor memory leak

2006-10-03 Thread Walter Cruz
http://en.wikipedia.org/wiki/Coverity[]'s- WalterOn 10/3/06, Guido Barosio [EMAIL PROTECTED] wrote:A good spot :)Sorry for being no{isy}{vice}{wbie}, but what does it means found by coverity ?g.-On 10/3/06, Martijn van Oosterhout kleptog@svana.org wrote: Just a minor thing. In yesno_prompt(), the

[HACKERS] a little doubr about domains and pl/python

2006-09-29 Thread Walter Cruz
Hi all. I'm playing with pl/python AND i'm with a doubt. I wanna create a domain to roman numerals. I have made: CREATE OR REPLACE FUNCTION valid_roman(text) RETURNS BOOLEAN IMMUTABLE LANGUAGE plpythonu AS $$ from roman9 import fromRoman roman = args[0] try: r = fromRoman(roman) return

Re: [HACKERS] PostgreSQL 8.2beta1 Now Available

2006-09-23 Thread Walter Cruz
There's a date to postgreSQL 8.2 final?[]'s- WalterOn 9/23/06, Marc G. Fournier [EMAIL PROTECTED] wrote:Just a short note that the first Beta is now available on ftp.postgresql.org, and, shortly, on the mirrors ...This isn't a full announce, which will be on Monday ... but please run afew tests,

Re: [HACKERS] pdfs of the conference

2006-09-19 Thread Walter Cruz
The larger version is only hidden from everyone :) http://people.planetpostgresql.org/mha/uploads/photo/conf/conference_group.jpg []'s- Walter

[HACKERS] pdfs of the conference

2006-09-18 Thread Walter Cruz
Hi all. I don't know if here is the best place, but in: http://conference.postgresql.org/Catalog there's no link to the slides of the talks.I think that would be nice the slides there :) []'s- Walter

[HACKERS] find the template of a database in SQL

2006-08-18 Thread Walter Cruz
Hi all.. There's some way to find the template of a database in SQL (using 7.4)? []'s - Walter ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so

Re: [HACKERS] find the template of a database in SQL

2006-08-18 Thread Walter Cruz
well, when I create a database, it inherits from template1 When I have a table that I don't know if it inherits from template 1, how can I find the 'super' ? []'s - Walter On 8/18/06, Joshua D. Drake [EMAIL PROTECTED] wrote: Walter Cruz wrote: Hi all.. There's some way to find the template