This blog post has moved. Please find it at:
http://www.mpopp.net/2006/01/index-information-from-information_schema/.
Saturday, January 07, 2006
Subscribe to:
Post Comments (Atom)
This is all about db4free.net and the database systems that it offers. The main focus are practical examples of the new features of MySQL 5 and 6 that should show you how to use them for your advantage in your daily life ;-).
2 comments:
Did you ever get this query working on postgresql? I tried running what you have on 8.1 and actually think I've encountered a bug, so I'm curious if you ever got it. (Indexes are typically a pain to work on cross-db given there is no standard for them)
BTW, pg statistic information can be found in the pg_stat_* views... heres a link: http://www.postgresql.org/docs/current/interactive/monitoring-stats.html#MONITORING-STATS-VIEWS-TABLE
PS. You knew deep down it was a mysql extension and not something missing in postgresql didn't you?
fine.can there be any query that accepts as input a database name and outputs all the field details of the tables in it
Post a Comment