[pgadmin-support] installation question

2017-03-16 Thread Scott Classen
Hello, I'm attempting to deploy pgadmin on my CentOS 7 machine. I installed the pgdg repo: yum install pgdg-centos96-9.6-3.noarch.rpm and then pgadmin: yum install pgadmin4-v1.x86_64 I then read the deployment guide: https://www.pgadmin.org/docs4/1.x/server_deployment.html

[pgadmin-support] Getting PgAdmin 4 in server mode to behave more like PhpPgAdmin?

2016-10-03 Thread Langley, Scott E
users in our controlled network environment. Would this functionality require substantial code changes to PgAdmin 4 or could it be achieved via an add-on module? Note: If I turn on SERVER_MODE for PhpAdmin 4 after first running the setup for Desktop mode, all the web client sessions I point at

Re: [pgadmin-support] Found a bug

2014-10-04 Thread Scott Furry
confirm. Did you file a bug report with your observations? Regards, Scott Furry -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

Re: [pgadmin-support] PgAdmin Crash Dialog

2014-09-05 Thread Scott Furry
others). Being a "concerned user", I cross-posted this discussion to the wxWidgets forums (http://forums.wxwidgets.org/viewtopic.php?f=27&t=40030). Maybe we can get some traction to help resolve these issues? Regards Scott -- Sent via pgadmin-support mailing list (pgadmi

[pgadmin-support] wxWidgets versioning

2014-07-21 Thread Scott Furry
ase of 3.0 ( http://wxwidgets.blogspot.com/2013/11/some-30-release-stats.html ). Thank you Scott -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

Re: [pgadmin-support] pg_hba.conf editing question

2014-07-21 Thread Scott Furry
to sort out and discuss on the Debian forums. Scott -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

Re: [pgadmin-support] pg_hba.conf editing question

2014-07-21 Thread Scott Furry
On 20/07/14 03:40 PM, Scott Furry wrote: I'm just trying to understand how the pg_hba.conf file can be read in pgAdmin. I've tried variations to emulate the SQL commands used in pgAdmin to no avail. I'm using postgres db and postgres account to connect with the localhost via

Re: [pgadmin-support] pg_hba.conf editing question

2014-07-20 Thread Scott Furry
On 20/07/14 03:20 PM, Guillaume Lelarge wrote: 2014-07-20 23:15 GMT+02:00 Scott Furry <mailto:scott.wl.fu...@gmail.com>>: On 20/07/14 02:45 PM, Guillaume Lelarge wrote: 2014-07-19 18:11 GMT+02:00 Scott Furry mailto:scott.wl.fu...@gmail.com> <mai

Re: [pgadmin-support] pg_hba.conf editing question

2014-07-20 Thread Scott Furry
On 20/07/14 02:45 PM, Guillaume Lelarge wrote: 2014-07-19 18:11 GMT+02:00 Scott Furry <mailto:scott.wl.fu...@gmail.com>>: I am working with the pgAdmin git source and I am having trouble understanding the adminpack functions being used. In the file pgadmin/frm/frmHbaC

[pgadmin-support] pg_hba.conf editing question

2014-07-19 Thread Scott Furry
uilt into the code to get around the absolute path security? Regards, Scott -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

[pgadmin-support] pgadmin3 crash

2014-03-31 Thread Scott Arciszewski
Good afternoon, I was attempting to update the permissions on several sequences in one table at once. Then I copied the SQL that was generated to save in a text file elsewhere, and this crash happened. sarciszewski@linuxmint ~ $ uname -a Linux linuxmint 3.11.0-18-generic #32-Ubuntu SMP Tue Feb

[pgadmin-support] No such database

2012-08-28 Thread Scott Robinson
is there a different mode of connection which doesn't involve a "maintenance DB"? Apologies in advance if I have missed something obvious in the documentation. Thanks, Scott

[pgadmin-support] Select multiple rows for delete does too good of a job

2010-03-17 Thread Scott Dunbar
times it works and deletes what I selected. Sometimes it core dumps. And once in a while it deletes everything, selected or not. I understand that there are more recent versions of pgAdmin available and I'll compile one to try it on a newer ones too but I wanted to see if anyone else

Re: [pgadmin-support] pgadmin3 1.8.1 and Centos 5?

2008-02-01 Thread Scott Ehrlich
On Fri, 1 Feb 2008, Dave Page wrote: On Feb 1, 2008 2:57 PM, Scott Ehrlich <[EMAIL PROTECTED]> wrote: I certainly got further along, but then hit: macros.o: In function `queryMacroList::queryMacroList(_xmlTextReader*)': macros.cpp:(.text+0x1bf4): undefined reference to `wxStrin

Re: [pgadmin-support] pgadmin3 1.8.1 and Centos 5?

2008-02-01 Thread Scott Ehrlich
On Fri, 1 Feb 2008, Milen A. Radev wrote: Scott Ehrlich написа: I've been fighting to get the latest source of pgadmin compiled on Centos 5 64-bit. I obtained gnu-c++ (so it was happy with g++). It then complained about wxWidgets, so I obtained the source for that, compiled and inst

[pgadmin-support] pgadmin3 1.8.1 and Centos 5?

2008-02-01 Thread Scott Ehrlich
that. Go to make... Starts to compile fine, then... In file included from ../pgadmin/include/pgAdmin3.h:23, from ./pgAdmin3.cpp:13: ../pgadmin/include/ctl/ctlSQLBox.h:17:69: error: /home/scott/Desktop/wxGTK-2.8.7/contrib/include/stc/stc.h: No such file or directory ./pgAdmin

[pgadmin-support] Weird characters saved in SQL file

2007-09-21 Thread Scott Sturgeon
ding the sql to the database and it works fine now... but a bit of a pain in the ass. IMHO, they shouldn't be there in the first place. You can't see them when opening the file using pgadmin, but if you open the file using vim or something, you will see them there. Thanks, Scott -- Sco

Re: [pgadmin-support] [ADMIN] Restore Database

2006-07-13 Thread Scott Marlowe
On Wed, 2006-07-12 at 15:04, Alexander Burbello wrote: > Ok! Its a good tool, but for Production Database I think it is not > recommended. > Only using pg_dump for the second backup plain. > Suppose that you backed up at 6:00am and at 9am happened a crash on the > server. > In this case, I would

[pgadmin-support] wishlist - sort table columns by name rather order of creation

2005-12-14 Thread Scott Chapman
he table when it's created. The order of the columns in the bottom right pane should remain in the order of the fields in the table. Happy Trails! Scott ---(end of broadcast)--- TIP 4: Have you searched our list archiv

[pgadmin-support] Backup error/bug/regression

2005-12-07 Thread Scott
t the command name itself. Please excuse me, if you are already aware of this, or this is a duplicate bug report. Best regards, -- Scott Scott Lowe Developer ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desi

[pgadmin-support] Pgadmin on OS x

2005-06-06 Thread Scott Mead
dows and pgadmin from the latest CVS/SVN updates. Any suggestions? -- -Scott ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

Re: [pgadmin-support] pgAdminIII and the LogFile - useless for debugging

2005-03-02 Thread Scott Chapman
ge at their end or re-engineer the communications protocols (like that will happen soon!) Scott ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match

[pgadmin-support] pgAdminIII and the LogFile - useless for debugging

2005-03-01 Thread Scott Chapman
function "pg_file_length" during inlining ...making it virtually completely useless. PgAdmin needs to find another way to get the log file length besides a SQL query to the database! I'm off to deal with cygwin now. :( Is this the place to put in enhancement requests/bug

[pgadmin-support] Foreign keys edit with pulldown?

2005-02-27 Thread Scott Chapman
It would be very nice if foreign key fields had a pulldown to select the value from existing values in the foreign table. Are there any plans to add this functionality to pgAdminIII? Scott ---(end of broadcast)--- TIP 3: if posting/reading

[pgadmin-support] Upgrade to 7.2

2002-05-21 Thread Scott Taylor
recover your old dataset and use in new version? Regards Scott Taylor ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

[pgadmin-support] Upgrade to 7.2

2002-05-21 Thread Scott Taylor
so can you provide the commands? Data set directory - /usr/local/www/sql-ledger/users/accs.db Postmaster - /var/lib/pgsql/data Regards Scott Taylor ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate