Re: [BUGS] In Windows Server 2008 PostgreSQL8.3 service on Local Computer started and then stopped.

2011-09-07 Thread Rodriguez Fernando
El 06/09/2011 22:11, Jack_Wu escribió: Windows Task Manager: PostgreSQL8.3's status is stopped. In Services:PostgreSQL8.3's status is stopped. When I start this service manually in Services,it notes that The PostgreSQL8.3 service on Local Computer started and then stopped.Some services stop autom

[BUGS] column check mistake or not?

2011-05-09 Thread Rodriguez Fernando
Yesterday i did a mistake executing one query, i use a column daes not exists in the table the result was all rows of the table. Platform Fedora 14 32 bits Version Postgresql 9.0.2 The column id_documento not exists in t_log_modificar_deuda, this behavior is correct or not? query select * fro

Re: [BUGS] BUG #5847: pg_restore: [archiver (db)] COPY failed: ERROR: invalid byte sequence for encoding "UTF8": 0x96

2011-01-25 Thread Rodriguez Fernando
El 25/01/2011 2:18, Vijayakumar escribió: The following bug has been logged online: Bug reference: 5847 Logged by: Vijayakumar Email address: mails4vijayaku...@gmail.com PostgreSQL version: 8.2 Operating system: windows Description:pg_restore: [archiver (db)] COPY fa

Re: [BUGS] Urgent inquiry

2010-12-17 Thread Rodriguez Fernando
El 16/12/2010 6:44, Mariana Chigir escribió: Hello, We are a company that has data base CRM with Postgresql, now we have a very big problem and we need a version Postgresql 8.3 We were looking for a contact telephone number on your web but it is not there. Please be so kind to contact us

Re: [BUGS] How do I remove PostgreSQL completely?

2010-10-18 Thread Rodriguez Fernando
El 18/10/2010 12:10, Sebastian Frey escribió: Hi guys! I wanted to install PokerTracker3, but the required PostgreSQL could not be installed because (apparently) it was installed before by another program... So, when I start PokerTracker3, a PostgreSQL server window opens containing already f

Re: [BUGS] Could not open file pg_xlog/000000010....

2010-10-12 Thread Rodriguez Fernando
El 12/10/2010 13:26, Victor escribió: Hello, my name is Viktor, I am from Ukraine. I work under ArchLinux. I have installed Postgresql 8.4.4 and I can't run it. Report log: Oct 12 17:53:25 localhost postgres[26997]: [1748-1] LOG: database system was shut down at 2010-10-12 17:43:07 EEST Oct

Re: [BUGS] BUG #5693: how to restore data from data folder

2010-10-05 Thread Rodriguez Fernando
El 05/10/2010 4:54, vijay escribió: The following bug has been logged online: Bug reference: 5693 Logged by: vijay Email address: 4001.v...@gmail.com PostgreSQL version: 8.1 Operating system: windows Description:how to restore data from data folder Details: Hi

Re: [BUGS] BUG #4816: NOT IN clause, doesn't work

2009-05-20 Thread Rodriguez Fernando
jose soares escribió: The following bug has been logged online: Bug reference: 4816 Logged by: jose soares Email address: jose.sao...@sferacarta.com PostgreSQL version: 8.3.5 Operating system: x86_64-pc-linux-gnu, compiled by GCC gcc-4.3.real (Debian 4.3.2-1) 4.3.2 Descripti

Re: [BUGS] BUG #4514: Pi division error

2008-11-06 Thread Rodriguez Fernando
Traci Sumpter escribió: The following bug has been logged online: Bug reference: 4514 Logged by: Traci Sumpter Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.3 Operating system: Linux Description:Pi division error Details: I am trying to do some calculat

Re: [BUGS] Postgres database problem

2008-10-15 Thread Rodriguez Fernando
Nitin Saxena escribió: Hi, I am using postgresql 7.0 When i am connecting my database it is giving error [EMAIL PROTECTED] /root]# su - postgres bash-2.04$ psql GROUPSMS NOTICE: mdopen: couldn't open /var/lib/pgsql/data/pg_log: Permission denied NOTICE: mdopen: couldn't open /var/lib/pgsql/d

Re: [BUGS] 8.3.0 backend segfaults

2008-03-12 Thread Rodriguez Fernando
Alex Hunsaker wrote: Precedence: bulk Sender: [EMAIL PROTECTED] On Wed, Mar 12, 2008 at 9:49 AM, Tom Lane <[EMAIL PROTECTED]> wrote: "Alex Hunsaker" <[EMAIL PROTECTED]> writes: > On Wed, Mar 12, 2008 at 12:44 AM, Tom Lane <[EMAIL PROTECTED]> wrote: If you say "none of my stuff is cha

Re: [BUGS]

2008-03-05 Thread Rodriguez Fernando
samuel santa puche wrote: Hi, if i put port 5432 is already in use.. What i have to do? I tried with 5433 but when im installing the program cant creat user account . Regards, SAM Hola, que version de postgres que S.O. que tenes "corriendo" en el puerto 5432? Saludos Fernando -- Sent via pgs

Re: [BUGS] BUG #4005: installation error

2008-03-03 Thread Rodriguez Fernando
felix wildung wrote: The following bug has been logged online: Bug reference: 4005 Logged by: felix wildung Email address: [EMAIL PROTECTED] PostgreSQL version: 8.03 Operating system: NFTS Description:installation error Details: When I try to creat my user account

Re: [BUGS] help me plz with 2 postgres users

2008-02-27 Thread Rodriguez Fernando
[EMAIL PROTECTED] wrote: Hello? help me plz? i don't khow what to do... How can I delete first postgres user. template1=# select usename,passwd,valuntil,ctid,xmin,xmax,cmin,cmax from pg_shadow where usesysid=1; usename | passwd| valuntil | ctid | xmin | xmax

Re: [BUGS] BUG #3959: Huge calculation error

2008-02-13 Thread Rodriguez Fernando
Renaud Diez wrote: The following bug has been logged online: Bug reference: 3959 Logged by: Renaud Diez Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: Debian Description:Huge calculation error Details: the basic mathematical expression

Re: [BUGS] BUG #3913: pg_dump -T option not recognised

2008-01-30 Thread Rodriguez Fernando
David Dunwoody wrote: OK, just reproduced with 8.2.6 compiled from source on Ubuntu 7.10 (all updates applied as a couple of hours ago). Steps to reproduce. Forgive any typos, this isn't all from bash_history, but was done on a machine that never had postgresql on it before (specifically, my

Re: [BUGS] BUG #3790: pg_restore error canceling statement due touser request

2007-11-30 Thread Rodriguez Fernando
como es el pg_dump y pg_restore que usas? Saludos Fernando Mike C. wrote: The following bug has been logged online: Bug reference: 3790 Logged by: Mike C. Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3beta3 Operating system: Linux 2.6.16.21-0.8-xen #1 SMP Mon Jul

Re: [BUGS] Bug Pgsql

2007-08-03 Thread Rodriguez Fernando
Hi, try this: dump your db create a db in sqlascii import into new one export from new one and then try to import in utf8. i try somethng like this in 8.1. good luck. Казорез Александр Олегович wrote: Hi to all, I came across a problem while switching from 8.0 to 8.1.4 (or, now, to 8.2.4).