RE: Information Schema

2009-04-29 Thread John Daisley
---+ > | information_schema | > | hgallery | > ++ > 2 rows in set (0.00 sec) > > mysql> > > Ok, so how do I disable that? > > - Mark > > > -Original Message- > From: John Daisley [mailto:john.dais...@my

RE: Information Schema

2009-04-29 Thread Mark
postoffice.co.uk] Sent: woensdag 29 april 2009 5:58 To: Scott Haneda Cc: mysql@lists.mysql.com Subject: Re: Information Schema Scott Information_schema is a virtual database only. I think it was added in MySQL 5.0.2 to comply with SQL:2003 specifications. information_schema provides the same info

Re: Information Schema

2009-04-28 Thread John Daisley
Scott Information_schema is a virtual database only. I think it was added in MySQL 5.0.2 to comply with SQL:2003 specifications. information_schema provides the same info as you can get from 'SHOW' commands. Every user automatically has select privs for information_schema and its not possible to

Re: Information schema question.

2008-03-19 Thread Rob Wultsch
On Tue, Mar 18, 2008 at 9:58 AM, Carlos Savoretti <[EMAIL PROTECTED]> wrote: > Hi all! > > Well, question is how could I to retrieve information about > types supported . In PostgreSQL the query would be: > > -- > SELECT pg_type.oi

Re: Information schema question.

2008-03-18 Thread Sebastian Mendel
Carlos Savoretti schrieb: Hi all! Well, question is how could I to retrieve information about types supported. IMHO, no -- Sebastian -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]