Code Comments
Programming Forum and web based access to our favorite programming groups.I have a query that shows the tables in a MySQL database-------- STblquery= "SHOW tables like '%lkp%'"; result = pg_exec(STblquery, connection); -------- This lists all the lookup tables. We have recently migrated to a postgresql db so need to know the postgresql equivalent to SHOW. thanks in advance. D ---------------------------------------- The post originated from PHP Freaks: ---------------------------------------- http://www.phpfreaks.com http://www.phpfreaks.com/forums
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.