[HACKERS] Cast and Schemas don't work as expected

2003-01-23 Thread Eduardo Stern
The CREATE CAST command is't supporting schemas on the type parameters. A query such as: CREATE CAST (public.lo AS oid) WITH FUNCTION newoid (public.lo) AS IMPLICIT; Gives an error. And the problem happens when you create a CAST without the schema notation, and then try to do a dump/restore cycl

[HACKERS] Re: Large queries - again...

2001-07-20 Thread Eduardo Stern
Well, I tested the query you sent, and I got these results accessing the data: 1) libpq from Windows (freshly compiled from 7.1.2 sources): Error: pqReadData() -- read() failed: errno=0 No error 2) ODBC from Windows: It works ok. Steve Howe <[EMAIL PROTECTED]> escreveu nas notícias de mensag

Re: [HACKERS] ODBC Problem v7.1 beta4

2001-02-06 Thread Eduardo Stern
Yes, I have the same problem... pgaccess also can't see any Views... "Steve Shaffer" <[EMAIL PROTECTED]> escreveu nas notícias de mensagem:[EMAIL PROTECTED] > > Developers, > > Pgsql v7.1 beta4 > ODBC v6.50.00.00 > RedHat v6.2 > > I upgraded from 7.03 to 7.1 beta4 yesterday & see the f