I believe the ODBC package is managed by a different group. Bugs can be viewed
and added here: http://gborg.postgresql.org/project/psqlodbc/bugs/buglist.php
Mike
On Fri, Apr 29, 2005 at 04:31:02PM +0100, Vig Sandor wrote:
>
> The following bug has been logged online:
>
> Bug reference: 1
Did you remove the postgres user account before reinstalling?
On Wed, Apr 27, 2005 at 06:49:59PM +0100, Tom wrote:
>
> The following bug has been logged online:
>
> Bug reference: 1635
> Logged by: Tom
> Email address: [EMAIL PROTECTED]
> PostgreSQL version: 8.0
> Operating sy
[snip]
You are correct about the comma missing between the B and C in the query. It is
turning it into B'C. I can't think of a good way for postgres to try and
generate a warning in case a typo like this is made.
Thank you.
Mike
>
> Unless this is a copy/paste error, you have missed a , in
Sorry,
I used the online bug reporting form and it doesn't have an option to attach a
file to it. If it had I would have attached a pg_dump file.
Mike
On Wed, Apr 27, 2005 at 10:57:42AM -0400, Tom Lane wrote:
> "mike g" <[EMAIL PROTECTED]> writes:
> > Descripti
The following bug has been logged online:
Bug reference: 1629
Logged by: mike g
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.0
Operating system: Windows 2000
Description:subquery IN returns incorrect results
Details:
If I run this query:
SELECT distinct
To reproduce:
create a table with a data type of varchar (50) and name it email
insert into this table the following values:
[EMAIL PROTECTED]
Execute the following statement:
SELECT CASE WHEN count(substring(email FROM '@.')) > 0 THEN count(substring(email FROM
'@.')) ELSE 0 END, email FROM y
Hello,
Testing out beta version of 8.0 on XP Pro. I am trying to use psql to restore a dump
of my database (prod. version runs under cygwin).
Whenever I execute psql the password prompt is displayed and skipped right over which
results in the command failing. psql.exe mydb < c:\mybackup file