https://www.postgresql.org/ftp/pgadmin3/release/v1.22.1/src/
LAST PGADMIN3 VERSION
Search Criteria
Package Details: pgadmin3-testing 1.16.0-1
Git Clone URL: | https://aur.archlinux.org/pgadmin3-testing.git (read-only) |
---|---|
Package Base: | pgadmin3-testing |
Description: | A comprehensive design and management interface for PostgreSQL database |
Upstream URL: | http://www.pgadmin.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | intgr |
Maintainer: | None |
Last Packager: | intgr |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2010-09-10 13:10 |
Last Updated: | 2015-06-08 09:05 |
Dependencies (5)
- libxslt
- postgresql-libs (postgresql-git, postgresql-9.4, postgresql-9.5, postgresql-beta-libs, postgresql-9.6, postgresql-src-libs, agensgraph-git, postgresql-9.3, postgresql-lts-libs)
- wxgtk (wxgtk-git, wxgtk2-dev, wxgtk2-light, wxgtk2)
- libpqxx (libpqxx-git) (make)
- postgresql (postgresql-git, postgresql-9.4, pipelinedb, postgresql-9.5, postgresql-beta, postgresql-9.6, postgresql-src, agensgraph-git, postgresql-9.3, postgresql-lts) (make)
Required by (0)
Sources (2)
Latest Comments
intgr commented on 2016-10-27 12:10
quomoow commented on 2016-10-27 10:16
GutsBlack commented on 2014-09-06 00:57
Please add wxgtk2.8 dependences ;)
intgr commented on 2012-09-14 12:12
Updated to 1.16.0 final. :)
intgr commented on 2012-07-31 10:47
Updated to 1.16.0beta2, thanks for reminding.
eshizhan commented on 2012-07-24 02:24
@intgr: Please Update to 1.16.0beta2, thx!
intgr commented on 2012-05-25 08:50
Updated to 1.16.0beta1
intgr commented on 2011-09-13 01:18
Yes, you can *run* pgAdmin without a local PostgreSQL server installation, but building it requires server headers, such as server/parser/kwlist.h for the list of reserved keywords.
Anonymous comment on 2011-09-13 01:01
for pgadmin3, it shouldn't even require a postgresql installation since it should be usabale to admin servers on other computers, no?
I will try upgrading to 9.1 with the AUR package.
intgr commented on 2011-09-12 21:55
Did you have any luck with upgrade to 9.1.0?
intgr commented on 2011-09-12 18:46
Updated to 1.14.0 release
@99Percent: Actually I'm not sure why it fails for you. On my computer, it prefers the /usr/local/pgsql installation if it exists (I have git version there) and builds successfully. Perhaps it's a bug in 9.1beta3
In any case, upgrading 9.1beta3 -> 9.1.0 (the version in postgresql-testing) should work with no problems. You don't need to dump/restore or anything
Anonymous comment on 2011-09-12 18:33
postgres-libs is installed and it passed the dependency check of this package
Maybe its because I downloaded and compiled postgresql (9.1beta3) instead of installing it as a package?
Will I run into potentially serious problems if I try to install the postgres-testing AUR package on top of the one I manually compiled and installed?
intgr commented on 2011-09-12 17:49
@99Percent: The 'postgresql-libs' dependency is there for a reason. Do you have that installed?
Or you might want to try the postgresql-testing AUR package, which tracks latest PostgreSQL alpha, beta and rc releases: https://aur.archlinux.org/packages.php?ID=31562
(Unfortunately PostgreSQL developers have discontinued alpha releases for the 9.2 cycle)
Anonymous comment on 2011-09-12 17:30
I now get:
checking PostgreSQL in /usr/local/pgsql... failed
configure: error: you must specify a valid PostgreSQL 8.4+ installation with --with -pgsql=DIR
And I do have postgresql (9.1beta3) installed on /usr/local/pgsql
How to fix?
intgr commented on 2011-09-11 12:08
Updated to 1.14.0rc1, sorry about the delay.
99Percent, are you still getting that error?
Anonymous comment on 2011-08-17 02:22
I had to change:
./configure --prefix=/usr
to
./configure --with-pgsql=/usr
but I still get this error:
gcc -DHAVE_CONFIG_H -I. -I.. -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -I../pgadmin/include -I/usr/include -I/usr/include/postgresql -DHAVE_CONNINFO_PARSE -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DEMBED_XRC -I/usr/include/libxml2 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -MT keywords.o -MD -MP -MF .deps/keywords.Tpo -c -o keywords.o `test -f './db/keywords.c' || echo './'`./db/keywords.c
./db/keywords.c:33:34: fatal error: server/parser/kwlist.h: No such file or directory
compilation terminated.
The main reason I want to run this version is that I get a sudden closing of pgadmin3 when I try to run the query tool (archlinux 64) I have searched everywhere and I cannot find the solution.
intgr commented on 2011-05-04 08:24
Updated to 1.14.0beta1
Disowned package. Sorry, I haven't used it for a long time.