Wrong messages running on Windows - Part 2

From: "Elvis E(dot) Henriquez A(dot)" <elvish(at)cantv(dot)net>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: Wrong messages running on Windows - Part 2
Date: 2004-12-31 03:51:08
Message-ID: 000801c4eeec$069d9660$fe74c4a1@henriquez
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Sorry, I forgot to say that functions output that string, but the function executes perfectly.
For example:

createdb -U kuaimare dbkuaima
could not find a "createdb" to execute
Password:
CREATE DATABASE

And the database (or the query, or the data dump, etc.) executes perfectly, but with the string:
could not find a "functionname" to execute
withing the function execution output.

----- Mensaje original -----
De: Elvis E. Henriquez A.
Para: pgsql-bugs(at)postgresql(dot)org
Enviado: Jueves, 30 de Diciembre de 2004 23:45
Asunto: Wrong messages running on Windows

Hi! I've been using the PostgreSQL database in Windows since the Beta2-dev3, and it had a bug I didn't report. I've just downloaded the rc2, and uninstalled my previous version, and installed the newest one, and it still have the same bug.

When executing the command line functions psql, pg_dump, createuser, createdb, dropuser, dropdb, they output a message in the format:

could not find a "functionname" to execute

where functionname is the name of the function i'm using.

Hope you can help me with this "bug" (if it is), so PostgreSQL can continue improving.

Thanks a lot.

Regards,

Elvis E. Henríquez A.

P.S.: I'm running Windows 2000 Professional with Service Pack 4, with all critical updates installed. My OS version is in Spanish (and most of my software too). My computer is an Intel Celeron 600 MHz, 256 MB RAM, 40 GB HDD (with 4 partitions, all in NTFS).

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-12-31 04:09:18 Re: BUG #1367: Unique constraint fails with some values
Previous Message Elvis E. Henriquez A. 2004-12-31 03:45:22 Wrong messages running on Windows