Re: [BUGS] BUG #3795: pg_dump is mis-dumping columns containing line breaks

2007-12-03 Thread Jorge Godoy
t > > of psql. > > Works fine for me --- I can load either dump file into either version of > psql. > > Maybe your test case involves letting Windows mangle the line endings? Another things to pay attention: if the database is UTF-8, why is he specifying LATIN1 on the com

Re: [BUGS] "Relation not found" error but table exits.

2007-03-26 Thread Jorge Godoy
ome to psql 8.1.2 (server 8.2.3), the PostgreSQL interactive terminal. > (snip) ... is 8.*1*.2, not 8.*2*. -- Jorge Godoy <[EMAIL PROTECTED]> ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

Re: [BUGS] FDO Provider for ODBC

2007-03-19 Thread Jorge Godoy
me. > > I used ODBC Postgre SQL ANSI. > > Bruna Schio > Secretaria do Planejamento Municipal - SEPLAM > Prefeitura Municipal de Caxias do Sul Bruna, mailing lists usually don't accept attachments. You'll have to write the error messages here. Até a próxima, -- Jorge G

Re: [BUGS] BUG #2885: to_char function

2007-01-13 Thread Jorge Godoy
; Perhaps more to the point, how do these things act in Oracle? > to_char is basically an Oracle-compatibility function so we should > adopt their bugs :-( I can't answer that... But my expectations are like Akio's. -- Jorge Godoy <[EMAIL PROTECTED]> ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

Re: [BUGS] Sugestion for PostgreSQL Developer´s

2006-11-03 Thread Jorge Godoy
t is so important. You can use untrusted languages and save the compiled versions outside of it (Java and Python can run from "compiled" code outside of the database). All you need is to create a function that will "import" those external modules and use them for the calcula

Re: [BUGS] wrong behavior using to_char()

2006-09-16 Thread Jorge Godoy
"Euler Taveira de Oliveira" <[EMAIL PROTECTED]> writes: > In the pt_BR locale, the thousand separator is "". So it should return The thousands separator in pt_BR is ".". > 12345,670. Looking at the source, I saw that the test cases for locale This s

Re: [BUGS] Instalation !

2004-10-22 Thread Jorge Godoy
"Rodrigo Ferraz" <[EMAIL PROTECTED]> writes: > Olá ! > > Preciso instalar o PostgreSql beta 8 para Windows em um computador Windows 2000 > server. Este computador é um controlador de comínio e não possui conta de > usuário local. Como faço para instalar sem um usuário administrador local?? > >

Re: [BUGS] Instalation !

2004-10-21 Thread Jorge Godoy
"Rodrigo Ferraz" <[EMAIL PROTECTED]> writes: > Hello ! > > My english is very bad. > > For instalation Postgres beta 8.0 in the Windows 2k Server, he is Controler > Domain. Is not have account local !!! > > Please, Thank you... If you write in Portuguese I can help translating to English.

Re: [BUGS] psql missing feature: show permissions for functions

2004-09-20 Thread Jorge Godoy
"John R Pierce" <[EMAIL PROTECTED]> writes: >> I was trying to check some permissions on functions and then I noticed >> that there's no command in psql to show that information. I've tried >> using "\z", "\df" and "\df+" without success on PostgreSQL 7.4.5. >> It would be an interesting addition

[BUGS] psql missing feature: show permissions for functions

2004-09-20 Thread Jorge Godoy
Hi, I was trying to check some permissions on functions and then I noticed that there's no command in psql to show that information. I've tried using "\z", "\df" and "\df+" without success on PostgreSQL 7.4.5. It would be an interesting addition to have that, as we do have the commands to show