jamest Posted November 13, 2006 Share Posted November 13, 2006 I know phpPgAdmin is designed for PostgreSQL and phpMyAdmin for MySQL, but does anyone know if its possible to use phpMyAdmin with PostgreSQL? I'm using a linux system which runs PostgreSQL, and have no choice over this, but there are some useful functions on phpMyAdmin that aren't on phpPgAdmin. If I could use MyAdmin it would be greatCheersJames Quote Link to comment https://forums.phpfreaks.com/topic/27112-phpmyadmin/ Share on other sites More sharing options...
trq Posted November 13, 2006 Share Posted November 13, 2006 Nope, phpMyAdmin uses the underlying mysql_* functions and therefore won't work with PostgreSQL. Quote Link to comment https://forums.phpfreaks.com/topic/27112-phpmyadmin/#findComment-124129 Share on other sites More sharing options...
neylitalo Posted November 14, 2006 Share Posted November 14, 2006 what functionality are you looking for in phpPgAdmin that doesn't exist, but exists in phpMyAdmin? There might be a way around it, or postgres just might do that particular thing differently. (autoincrement vs. sequences, for example) Quote Link to comment https://forums.phpfreaks.com/topic/27112-phpmyadmin/#findComment-124321 Share on other sites More sharing options...
jamest Posted November 14, 2006 Author Share Posted November 14, 2006 Its really just creating PDF graphics of the databases layout. pgAdmin lets you edit the database as much as needed but if you want to see how the tables are related through foreign keys its not too great Quote Link to comment https://forums.phpfreaks.com/topic/27112-phpmyadmin/#findComment-124441 Share on other sites More sharing options...
the_oliver Posted December 3, 2006 Share Posted December 3, 2006 can be view by accessing the database through comand-line? Wont create a PDF though. Quote Link to comment https://forums.phpfreaks.com/topic/27112-phpmyadmin/#findComment-134476 Share on other sites More sharing options...
bsteimel Posted October 5, 2007 Share Posted October 5, 2007 You can reverse engineer any database using MS Visio try this tutorial: [url=http://msdn2.microsoft.com/en-us/library/aa140264(office.10).aspx]http://msdn2.microsoft.com/en-us/library/aa140264(office.10).aspx[/url] Quote Link to comment https://forums.phpfreaks.com/topic/27112-phpmyadmin/#findComment-362537 Share on other sites More sharing options...
IcedEarth Posted March 1, 2008 Share Posted March 1, 2008 There is phpPgAdmin link : [url=http://phppgadmin.sourceforge.net/]http://phppgadmin.sourceforge.net/[/url] Quote Link to comment https://forums.phpfreaks.com/topic/27112-phpmyadmin/#findComment-480804 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.