Greg Sabino Mullane <[EMAIL PROTECTED]> writes:
> Full support for all schema and table name combinations when
> getting a list of attributes. All of the following will now work:
> select * from information_schema.columns where
> select * from foo where
> select * from "user" where
> select *
This has been saved for the 8.4 release:
http://momjian.postgresql.org/cgi-bin/pgpatches_hold
---
Greg Sabino Mullane wrote:
> (oops, this time with -c, thanks Alvaro)
>
> Full support for all schema and table name
(oops, this time with -c, thanks Alvaro)
Full support for all schema and table name combinations when
getting a list of attributes. All of the following will now work:
select * from information_schema.columns where
select * from foo where
select * from "user" where
select * from "foo" where
Greg Sabino Mullane wrote:
> Full support for all schema and table name combinations when
> getting a list of attributes. All of the following will now work:
diff -c please ...
--
Alvaro Herrerahttp://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Cus
Full support for all schema and table name combinations when
getting a list of attributes. All of the following will now work:
select * from information_schema.columns where
select * from foo where
select * from "user" where
select * from "foo" where
select * from "Uppercase".lower where
sel