-
Um, you have to be a superuser, like postgres or maybe pgsql user, depending on your server setup. See http://www.postgresql.org/docs/current/interactive/sql-createlanguage.html for more.
2009-10-29 16:57:09 UTC in phpPgAdmin
-
You can turn on aggreagates with the advanced objects setting in the config.inc.php
// Display "advanced" objects? Setting this to true will show
// aggregates, types, operators, operator classes, conversions,
// languages and casts in phpPgAdmin. These objects are rarely
// administered and can clutter the interface...
2009-10-29 16:51:50 UTC in phpPgAdmin
-
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.
2009-07-03 23:39:58 UTC 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.
2009-07-03 23:38:59 UTC 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)
2009-07-03 23:34:05 UTC 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.
2009-07-03 23:30:18 UTC 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...
2009-06-27 17:04:56 UTC 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.
2009-04-21 13:25:37 UTC 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.
2009-04-21 13:25:37 UTC in phpPgAdmin
-
You should report this to the stackbuilder developers, as that install process is completely managed by them.
2009-04-04 20:49:27 UTC in phpPgAdmin