-
I don't think anyone ever audited the code against php 5.3.x. It would be nice to get some feedback on that, I'd suggest anyone interested to join the phppgadmin developers list.
11:39PM UTC on Jul 03 2009 in phpPgAdmin
-
you would need to get the upload form to accept gzip/bzip/zip type files, and then make sure the server (php/apache) supports a method of of uncompressing the files. I'll add something to the TODO list, though it's likely to remain a low priority.
11:38PM UTC on Jul 03 2009 in phpPgAdmin
-
The first level in the tree browser under servers is the cluster name. To add new users, you click on the cluster name, then look for the roles option. (roles are cluster wide)
11:34PM UTC on Jul 03 2009 in phpPgAdmin
-
The current way to do this is via the SQL window, after you have created the table. I've add a TODO to expand the table creation options.
11:30PM UTC on Jul 03 2009 in phpPgAdmin
-
While I agree the feature would be useful, to date the phppgadmin team has taken a stance that this is a feature that needs to be made available in Postgres first, and then it will be implemented in phppgadmin, and I see no reason to change that position at this point.
The problem for us stems from the fact that manually altering column position would require either table drop/create, which...
05:04PM UTC on Jun 27 2009 in phpPgAdmin
-
This issue has been resolved and is currently fixed in GIT. If
you wish to acquire the fix, please download the updated code from
http://github.com/xzilla/phppgadmin/
Alternatively, you can download a nightly snapshot from:
http://phppgadmin.sourceforge.net/
Note that you may have to wait up to 24 hours for the latest GIT
changes to appear in the snapshot.
01:25PM UTC on Apr 21 2009 in phpPgAdmin
-
Part 1 is fixed. Now, I haven't looked in the email archive, but I'm pretty sure John coded it to not work for text FK's, for concerns about slow queries maybe, so I think part 2 is a feature request. We would kind of like to rewrite this code anyway, so my suspicion is that my fix will get back patched to 4.x, and a rewrite that supports text columns will get put into 5.x.
01:25PM UTC on Apr 21 2009 in phpPgAdmin
-
You should report this to the stackbuilder developers, as that install process is completely managed by them.
08:49PM UTC on Apr 04 2009 in phpPgAdmin
-
On the surface, it sounds like this should work for you. Make sure you have javascript on, and have permissions on the referencing relation. It might be worth trying this on the pagila database on the demo server, to see if it works for you there.
08:47PM UTC on Apr 04 2009 in phpPgAdmin
-
Look in your database logs, you should see a FATAL level error in those logs for each connection attempt to the database. This should provide you with a better idea of why your connection isn't working. If you dont see that, it means your php/http process is not making a connection to the database. This would probably be due to a firewall or other security measure, though might still be a...
07:43PM UTC on Apr 04 2009 in phpPgAdmin