Re: pgadmin4 for fedora 35

2021-11-15 Thread Dave Page
fterwards install python9. Not sure if that will > work for the web version. > That's good to know - thanks for the info. > > On Tue, 9 Nov 2021 at 17:35, richard coleman > wrote: > > > > Dave, > > > > Good to know, > > > > thanks, > > r

Re: pgadmin4 for fedora 35

2021-11-18 Thread Dave Page
o 34) > > Just updated to 6.2 via this > > > On Mon, 15 Nov 2021 at 10:23, Dave Page > wrote: > >> Hi >> >> On Sat, Nov 13, 2021 at 3:48 PM toni incog wrote: >> >>> Lo and behold, I just upgraded a laptop to f35 with pgadmin4 still >>&

Re: Transaction error when installing on Fedora 34

2021-11-22 Thread Dave Page
issue for future releases, and updated the current build in the repo so you should now be able to install (you may need to do a "dnf clean all" first). Thanks. -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: Transaction error when installing on Fedora 34

2021-11-22 Thread Dave Page
Thanks for confirming! On Mon, Nov 22, 2021 at 2:15 PM Paulo Toledo wrote: > Hi, > > Thanks Dave. > > It worked! > > Paulo > Em 22/11/2021 08:35, Dave Page escreveu: > > Hi > > On Fri, Nov 19, 2021 at 7:51 AM Paulo Toledo > wrote: > >> Hi >

Re: pgadmin4 for fedora 35

2021-11-23 Thread Dave Page
the next successful > transaction. > You can remove cached packages by executing 'dnf clean packages'. > Error: Transaction test error: > file /usr/lib/.build-id/fb/0ab37232a700c1fc92e0fd8e1a6193224b1749 > from install of pgadmin4-server-6.2-1.fc35.x86_64 conflicts with f

Re: Packaging pgAdmin 4

2021-11-29 Thread Dave Page
tpak and similar, I would certainly not want them to replace the standard native packages as the primary offering. --- -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: Difficulty in installing postgre14 " stack builder" using PG4 admin notes

2022-01-04 Thread Dave Page
're trying to install pgAdmin (your message is a little confusing), you can also select that on the same step of the PostgreSQL installer. Alternatively you can download pgAdmin on it's own from https://www.pgadmin.org/download/ -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: Difficulty in installing postgre14 " stack builder" using PG4 admin notes

2022-01-05 Thread Dave Page
ge is a little confusing), > you can also select that on the same step of the PostgreSQL installer. > > > > Alternatively you can download pgAdmin on it's own from > https://www.pgadmin.org/download/ > <https://urldefense.com/v3/__https:/www.pgadmin.org/download/__;!!O

Re: Difficulty in installing postgre14 " stack builder" using PG4 admin notes

2022-01-06 Thread Dave Page
eful resources at https://www.postgresql.org/support/, which may be of interest if you prefer Slack or IRC for more speedier responses for example.. > > > > > Please advise. Thanks! > > Sunita Mall, M.D., FACP, CI Fellow > > Get Outlook for iOS <https://aka.ms/o0ukef&g

Re: SQL query that can be used to generate the same output shown in the SQL tab within pgadmin?

2022-01-12 Thread Dave Page
tunately that's the best you'll get from an SQL query. pgAdmin has a significant amount of code to reverse engineer the DDL from the system catalogs (as does, for example, pg_dump). -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: pgAdmin 4 not starting after upgrade to 6.4

2022-01-21 Thread Dave Page
looking back through my email history, I see I did have a problem > updating to v5.0, that Dave Page kindly resolved. I don't know if what I'm > now experiencing is the same issue, but is there a similar work > around, given that v6.2 was working perfectly fine yesterday? I'd b

Re: pgAdmin 4 not starting after upgrade to 6.4

2022-01-21 Thread Dave Page
tible, but it's not something we test regularly. Worst case with that should be simply moving the old one out of the way and restarting pgAdmin so it creates a fresh one. And yes, the installer should do that, you're correct. I've blind-pushed a change that should do it - hopefully

Re: pgAdmin 4 not starting after upgrade to 6.4

2022-01-21 Thread Dave Page
Hi On Fri, 21 Jan 2022 at 14:30, Dave Caughey wrote: > I'm successfully back to v6.2 > Ah, good :-) > > Thanks for your help, > You're welcome. > Dave > > On Fri, Jan 21, 2022 at 8:01 AM Dave Page wrote: > >> Hi >> >> On Fri, Jan

Re: Cannot authenticate: "SCRAM authentication requires libpq 10 or later"

2022-02-22 Thread Dave Page
- though on my rpi it doesn't include any version which is quite odd (as that's the whole point of the -binary version). You could try "pip3 uninstall psycopg2-binary && pip3 install psycopg2" -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: Cannot authenticate: "SCRAM authentication requires libpq 10 or later"

2022-02-23 Thread Dave Page
Hi On Tue, 22 Feb 2022 at 19:21, wrote: > Am 22.02.22 um 10:25 schrieb Dave Page: > > Hi > > On Mon, 21 Feb 2022 at 17:57, wrote: > >> Hello all, >> >> I installed pgadmin4 using "pip install" on a 64bit Raspbian system. >> >> Everythin

Re: installation not working for Ubuntu 21.10 impish

2022-03-02 Thread Dave Page
be ignored - they're garbage the Chrome engine spits out that are merely annoying. You should see the pgAdmin window open at this point. You can also run pgAdmin from the Wayland menu. Just type pgadmin in the search box if the icon doesn't show up immediately. FYI, the testing above was done on a fresh installation of Ubuntu 21.10. -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: installation not working for Ubuntu 21.10 impish

2022-03-03 Thread Dave Page
, one which uses Python 3.8. Based on what we currently support, that can only be Ubuntu 20.04 as that's the only Ubuntu or Debian build that uses Python 3.8. What is in /etc/os-release on your system, and what is the output of the command: lsb_release -cs -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: installation not working for Ubuntu 21.10 impish

2022-03-04 Thread Dave Page
apt install pgadmin4 > > And now it works fine > Yes, using the wrong repo would certainly account for the Python version mismatch. > > So you were right, apologies for the self inflicted goose chase -- but > definitely learned a lot in the process! > :-). Glad it's working now! -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

User warning: pgAdmin v6.6 startup time on macOS

2022-03-10 Thread Dave Page
ing to 6.6, in case you are one of the unlucky users that will be affected. We apologise for any inconvenience caused. -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: pgAdmin 4 v6.6 Released

2022-03-11 Thread Dave Page
so we'd need to find resources to do that before we'd add it as a cloud deployment option. For the moment we're sticking to the services that we know will work; RDS, Azure PostgreSQL, Google Cloud SQL, EDB BigAnimal etc. -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: pgAdmin 4 v6.7 Released

2022-03-14 Thread Dave Page
> '_$PGADMIN$_' is visible for identical user mappings. > > · Fixed an issue where pgAdmin 4 took ~75 seconds to display the > 'Starting pgAdmin' text on the splash screen. > > · Ensure that upload paths are children of the storage directory. > > > > Builds for Windows and macOS are available now, along with a Python Wheel, > > Docker Container, RPM, DEB Package, and source code tarball from: > > https://www.pgadmin.org/download/ > > > > -- > > Akshay Joshi > > pgAdmin Project > > > > > -- -- Dave Page https://pgsnake.blogspot.com EDB Postgres https://www.enterprisedb.com

Re: pgadmin4 Install On Windows Server 2019, Windows Container, Either ltsc2019 or 1809

2022-03-15 Thread Dave Page
nt section. The container that will be deployed is a Linux one, which (I believe) you can deploy using Docker with WSL or Hyper-V. -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: Silent Install Parameters

2022-04-14 Thread Dave Page
quot;/VERYSILENT /ALLUSERS" and maybe /FORCECLOSEAPPLICATIONS, /RESTARTAPPLICATIONS, and /LOG="C:\path\to\log" -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: Error when registre a server

2022-05-11 Thread Dave Page
lho > wrote: > >> > >> Hi, I am registering a new server in pgadmin 4, but return the > following error: > >> > >> 'ServerManager' object has no attribute 'user_info' > >> > >> Anybody has any suggestion? > >> > >> att, > >> > >> Leandro > >> > >> > -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: Ubuntu 22.04 upgrade problems

2022-07-04 Thread Dave Page
everything: apt-get purge pgadmin4 pgadmin4-server pgadmin4-web pgadmin4-desktop Next, edit /etc/apt/sources.list.d/pgadmin4.list and make sure the repo path has the correct codename in it for your updated release (e.g. jammy for 22.04). Finally, run "apt update" and then try re-installing. -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

pgAdmin User Survey

2022-07-11 Thread Dave Page
unless you choose to include any identifying information in any of your responses. Thank you! -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: the menu "view/edit data / all rows" strange thing

2022-07-28 Thread Dave Page
gati, sono > riservate e ad uso esclusivo dei destinatari. Stai ricevendo la presente > mail in quanto sei cliente di TosNet S.r.l., utilizzi uno o più dei nostri > servizi o semplicemente perchè stiamo dando ad una tua richiesta che ci è > pervenuta per iscritto, tramite un

Re: Upgradede Pgadmin4 to v6.12 - new startup error

2022-08-01 Thread Dave Page
f_not_exists >> os.mkdir(_path) >> FileNotFoundError: [Errno 2] No such file or directory: >> '/var/lib/pgadmin/azurecredentialcache' >> >> My setup has absolutely nothing to do with Azure. I use python wheel >> having PgAdmin installed in an unprivileged environment, so I am puzzled >> why it is all of sudden trying to look for something in "/var/lib/pgadmin" >> or create things there? >> >> -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: Upgradede Pgadmin4 to v6.12 - new startup error

2022-08-01 Thread Dave Page
Why is it trying to create new directories in an environment > that has nothing to do with Azure? > It has no way to know that you’re not going to use that feature - for all we or it knows, your boss might ask you to evaluate PostgreSQL on Azure next week :-) > > > >

pgAdmin User Survey 2022 - Results!

2022-08-02 Thread Dave Page
ed in the collected data, a rather large PDF created from the report that Google Forms generates can be found at: https://www.pgadmin.org/static/misc/pgadmin_user_survey_2022.pdf with the raw data at: https://www.pgadmin.org/static/misc/pgadmin_user_survey_2022.xlsx Thank you! -- Dave Page

Re: SQL formatter improvements

2022-09-02 Thread Dave Page
l Software Architect > > +91 9767888246 > > www.enterprisedb.com > > <https://www.linkedin.com/company/edbpostgres> > <https://twitter.com/edbpostgres?lang=en> > <https://www.facebook.com/EDBpostgres> > <https://www.instagram.com/EDBpostgres/> > -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

HEADS-UP: Redmine -> Github issue migration

2022-09-13 Thread Dave Page
too many emails, updates to the original Redmine tickets will not be sent as they're migrated, so you may want to review any issues manually once migration is complete. Thanks, Dave. -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: HEADS-UP: Redmine -> Github issue migration

2022-09-14 Thread Dave Page
Hi On Tue, 13 Sept 2022 at 12:26, grin wrote: > On Tue, 13 Sep 2022 11:39:08 +0100 Dave Page wrote: > > > Over the next few days we'll be migrating all the pgAdmin 4 issues in > > Redmine to Github. > > It is always sad to see when open projects move from self-h

Re: Will not accept password

2022-09-14 Thread Dave Page
uite baffled when as soon as I tried to >> access the server, I got “Fatal: password authentication failed for user >> “Postgres” >> >> The password I used was impossible to get wrong. Its three letters. >> >> Any ideas? >> John Zuill >> >> -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: Help me

2022-09-15 Thread Dave Page
gt;> > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com* > <http://edbpostgres.com> > "Don't Complain about Heat, Plant a TREE" > -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: HEADS-UP: Redmine -> Github issue migration

2022-09-15 Thread Dave Page
All, The migration has now completed. Please log or update any tickets at https://github.com/postgres/pgadmin4/issues Any updates to tickets on Redmine from now on (until we can figure out how to make it read-only) may not be seen. On Tue, 13 Sept 2022 at 11:39, Dave Page wrote: >

WARNING: GIT Repo moved!

2022-09-21 Thread Dave Page
All, Please be aware that the primary GIT repository for pgAdmin is now: https://github.com/pgadmin-org/pgadmin4 The old repo on git.postgresql.org should no longer be used. -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: Pgadmin 4 migrate user data to new Server

2022-10-18 Thread Dave Page
n it. It will automatically update the config database. -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: Pgadmin 4 migrate user data to new Server

2022-10-18 Thread Dave Page
lace the pgadmin4.db file it creates (having exited pgAdmin first of course). > > > Regards > > > > > > *Von:* *EXTERN* Dave Page > *Gesendet:* Dienstag, 18. Oktober 2022 12:19 > *An:* Artner Michael > *Cc:* pgadmin-support@lists.postgresql.org > *Betreff:* Re:

Re: PgAdmin not opening properly

2023-04-17 Thread Dave Page
;>>>> version v7.0 and update us if the issue still persists. >>>>>>>> >>>>>>>> On Sat, Apr 15, 2023 at 10:50 PM Ailapuram Nagasathvik < >>>>>>>> nagasathvik5...@gmail.com> wrote: >>>>>>>> >>>>>>>>> PgAdmin is not opening properly unable to find the servers and >>>>>>>>> databases on the top left .i have added the attachment of my problem >>>>>>>>> >>>>>>>> >>>> >>>> -- >>>> Thanks, >>>> Aditya Toshniwal >>>> pgAdmin Hacker | Software Architect | *edbpostgres.com* >>>> <http://edbpostgres.com> >>>> "Don't Complain about Heat, Plant a TREE" >>>> >>> >> >> -- >> Thanks, >> Aditya Toshniwal >> pgAdmin Hacker | Software Architect | *edbpostgres.com* >> <http://edbpostgres.com> >> "Don't Complain about Heat, Plant a TREE" >> > > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com* > <http://edbpostgres.com> > "Don't Complain about Heat, Plant a TREE" > -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: PgAdmin not opening properly

2023-04-17 Thread Dave Page
On Mon, 17 Apr 2023 at 14:35, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > > > On Mon, Apr 17, 2023 at 6:59 PM Dave Page wrote: > >> >> >> On Mon, 17 Apr 2023 at 13:16, Aditya Toshniwal < >> aditya.toshni...@enterprisedb.com> wro

Re: How to set Liveness & Readiness probe for pgadmin running in Kubernetes

2023-04-18 Thread Dave Page
;> aruna.manivan...@gmail.com> wrote: >>>> >>>>> Hi Yogesh, >>>>> Thanks for your response. Will use it and let you know the result. >>>>> Thank you again. >>>>> >>>>> Regards, >>>>> Arun >>>>> >>>>> On Tue, Apr 11, 2023 at 1:58 AM Yogesh Mahajan < >>>>> yogesh.maha...@enterprisedb.com> wrote: >>>>> >>>>>> Hi Aruna, >>>>>> >>>>>> You can use 'misc/ping' to monitor health checks. >>>>>> E.g. >>>>>> >>>>>> pgadmin: >>>>>> image: dpage/pgadmin4 >>>>>> healthcheck: >>>>>> test: ["CMD", "wget", "-O", "-", "http://localhost:80/misc/ping";] >>>>>> >>>>>> >>>>>> Thanks, >>>>>> Yogesh Mahajan >>>>>> EnterpriseDB >>>>>> >>>>>> >>>>>> On Tue, Apr 11, 2023 at 2:20 AM Aruna Manivannan < >>>>>> aruna.manivan...@gmail.com> wrote: >>>>>> >>>>>>> Hi Team, >>>>>>> This is Arun. Could you please help me with setting up a Liveness & >>>>>>> Readiness probe for pgadmin4 6.17 which is running in the Kubernetes >>>>>>> cluster as Statefulset. I mean, is there any URL endpoint which I can >>>>>>> configure to hit? Thanks. >>>>>>> >>>>>>> Regards, >>>>>>> Arun >>>>>>> >>>>>> -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: Unable to install Application Stack Builder

2023-05-05 Thread Dave Page
s have been revoked. That server isn't run by us; essentially, it's all Microsoft code and infrastructure. You'd need to figure out why your system cannot reach the revocation server. -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: portion of pgadmin page not allowed to display

2023-05-05 Thread Dave Page
e PostgreSQL server often isn't even on the same VM. Assuming you're running pgAdmin in web mode using a standard setup done by our setup-web.sh (i.e. mod_wsgi, not uwsgi or gunicorn), to restart the pgAdmin server you simply restart the Apache server that it's hosted by. -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: portion of pgadmin page not allowed to display

2023-05-09 Thread Dave Page
*508.583.5603* > > 142 Crescent Street | Brockton, MA 02302 > > LinkedIn <http://linkedin.com/company/bka-architects> | Facebook > <https://facebook.com/pages/BKA-Architects-Inc/164150853637095> | > Instagram <http://www.instagram.com/bka_architects> >

Re: MAC installation Malfunction

2023-05-11 Thread Dave Page
en the application nothing happens. > > I originally thought it was a permissions/access issue but it seems that > shouldn't be a problem for High Sierra. > High Sierra is very old now, and not supported by pgAdmin I'm afraid. We currently support 10.15 (Catalin

Re: MAC installation Malfunction

2023-05-11 Thread Dave Page
or later. > > On Thu, May 11, 2023 at 9:03 AM Dave Page wrote: > >> Hi >> >> On Thu, 11 May 2023 at 14:00, Vanessa Gordon- Abreu < >> vgordon1...@gmail.com> wrote: >> >>> Good Evening All, >>> >>> I am having issues succes

Re: Dependency problem in Centos 8

2023-05-28 Thread Dave Page
t; pgadmin4-server-7.0-1.el8.x86_64 > - cannot install the best update candidate for package > pgadmin4-server-6.21-1.el8.x86_64 > (try to add '--allowerasing' to command line to replace conflicting > packages or '--skip-broken' to skip uninstallable

Re: pgAdmin4 v6.21 on RHEL7.9 with FIPS enabled

2023-07-14 Thread Dave Page
endif %}, > File > "/usr/pgadmin4/venv/lib64/python3.6/site-packages/flask_gravatar/__init__.py", > line 151, in __call__ > hash = hashlib.md5(email.encode('utf-8')).hexdigest() > ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for > fips > > This issue is reported here: > https://bugzilla.redhat.com/show_bug.cgi?id=1744670. > And the target version for the fix is RHEL 8.0 > > Thanks, > Khushboo > > > > Daxu Yin > 410-340-5842 > > -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com

Re: pgadmin4 on ppc64le

2023-08-21 Thread Dave Page
id - and we don't have access to any hardware anyway. Even if there were, I know that some of our dependencies don't support that architecture either; NWJS being the most obvious one. -- Dave Page pgAdmin: https://www.pgadmin.org PostgreSQL: https://www.postgresql.org EDB: https://www

Re: Keeping up with security fixes

2023-10-23 Thread Dave Page
on pgadmin.org. You could then take the version number to generate the release notes URL on the website, e.g. https://www.pgadmin.org/docs/pgadmin4/7.8/release_notes_7_8.html (replacing the 7.8 and 7_8 as needed). -- Dave Page pgAdmin: https://www.pgadmin.org PostgreSQL: https://www.postgresql.org EDB: https://www.enterprisedb.com

Re: pgadmin on Ubuntu 23.10 (mantic)

2023-10-27 Thread Dave Page
this point, we do not have a release scheduled. 23.10 doesn't seem to be available on AWS yet (oddly) - and we can't spin up a build machine until it is. Once we have a machine, we still need to iron out any issues etc. before we can do a release. -- Dave Page pgAdmin: https://ww

Re: pgadmin on Ubuntu 23.10 (mantic)

2023-10-27 Thread Dave Page
On Fri, 27 Oct 2023 at 09:19, Dave Page wrote: > Hi > > On Fri, 27 Oct 2023 at 08:56, Sanjay Minni wrote: > >> Hi, >> >> How can i install PgAdmin on Ubuntu 23.10 (mantic) or by when would it >> be available? >> Unfortunately I upgraded my ubuntu t

Re: pgadmin on Ubuntu 23.10 (mantic)

2023-10-27 Thread Dave Page
. > > On Fri, Oct 27, 2023 at 1:54 PM Dave Page wrote: > >> >> >> On Fri, 27 Oct 2023 at 09:19, Dave Page wrote: >> >>> Hi >>> >>> On Fri, 27 Oct 2023 at 08:56, Sanjay Minni >>> wrote: >>> >>>>

Re: pgadmin for ubuntu 23.10 (mantic)

2023-10-27 Thread Dave Page
On Fri, 27 Oct 2023 at 19:01, Sanjay Minni wrote: > > While support for mantic (Ubuntu 23.10) is now mentioned on the download > page it seems it looks for a folder 'mantic' in the URI > https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt , which is not there > The page says it’s supported from

Re: Use one connection only / pgAdmin and AWS RDS with IAM authentication

2024-03-05 Thread Dave Page
ffect the other instance? How would pgAdmin know what state is intentional and what isn't, or when to wait for a transaction to end (or not) before doing something else such as updating a dashboard? So, I understand the problem from the UX perspective, but I don't think it&#x

Re: Entity Relationship Diagrams

2024-04-04 Thread Dave Page
Hi On Thu, 4 Apr 2024 at 20:55, Gus Spier wrote: > Didn't pgAdmin, once upon a time, have a feature that helped to create > Entity Relationship Diagrams (ERD)? > > Has it been dropped or moved to another feature? > No, it’s still there: https://youtu.be/2pxVCzRFGeg?si=W6J8bV3ZjUJjklJ9 Regards

Re: installing Pgadmin4 onto linux using the download pgadmin4-8.5-arm64.dmg

2024-05-01 Thread Dave Page
there trying to install pgadmin4 from > pgadmin4-8.5-arm64.dmg on an arm64 linux OS. > The DMG file is a macOS disk image. It cannot be used under Linux, and neither can the software contained within it. -- Dave Page pgAdmin: https://www.pgadmin.org PostgreSQL: https://www.postgresql.org EDB: https://www.enterprisedb.com

Re: unsuscribe

2017-06-22 Thread Dave Page
Both do now need to be updated for the new system (and will be soon), but Stephen did provide instructions for managing subscriptions when he send the email warning of the migration: https://www.postgresql.org/message-id/20170614154313.GI3151%40tamriel.snowman.net -- Dave Page B

Re: unsubscribe

2017-06-22 Thread Dave Page
> On 23 Jun 2017, at 07:03, Darren Duncan wrote: > >> On 2017-06-22 5:52 PM, Kiran Kumar wrote: >> unsubscribe >> >> On Fri, Jun 23, 2017 at 2:07 AM, David De Maeyer wrote: >> >>unsubscribe > > Now this recent rash of "unsubscribe" posts feels more like trolling than > mere naivety. Co

Re: pgAdmin 3 is still better than pgAdmin 4

2017-06-28 Thread Dave Page
80 changes in 1.6 - including a change to the query tool that makes it orders of magnitude faster than pgAdmin III with large data sets, and the ability to use un-dockable tabs in desktop mode so you can use multiple monitors). More subtle issues and complex UI changes are being addressed in a much more user-focussed manner. One of the huge advantages of the technology change is that we now have significant backing from at least two major companies who are investing in pgAdmin - and that is allowing us to move forward in a much more structured and user-focussed way, rather than relying on the traditional open source "scratch your own itch" methods. Thank you for the feedback. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company

Re: request link to maintained pgAdmin 3 fork on main project page

2017-06-28 Thread Dave Page
Hi On Wed, Jun 28, 2017 at 2:14 PM, Darren Duncan wrote: > Dave Page or whom it concerns, > > Reflecting on feedback given to this list on a number of occasions > including today about how pgAdmin 3 works better for some people than > pgAdmin 4 does, and that pgAdmin 3 is officia

Re: Database broken after using pgadmin 'backup' on OSX

2017-06-29 Thread Dave Page
> On 29 Jun 2017, at 21:06, Conor McNally wrote: > > Hi, > > Can anyone help with the following problem? > > Since upgrading to pgAdmin 4 v1.5 on macOS Sierra (v10.12.5), it seems my > database is 'broken' every time I use the pgAdmin 'Backup' tool. > > Here's what happens: > * macOS Sierra

Re: PGAdmin 4 1.5 desktop mode not starting on Windows 7 64 bit

2017-07-01 Thread Dave Page
It is fixed for 1.6. There's a build from Friday at https://developer.pgadmin.org/~dpage/, but be aware there are a couple of issues with View Data in that one (that have been fixed for 1.6 as well). -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK

Re: has pgadmin 1.6 a scheduled release date?

2017-07-03 Thread Dave Page
Not yet. On Mon, Jul 3, 2017 at 9:37 AM, Lazaro Garcia wrote: > Hello. Has pgadmin 1.6 a scheduled release date? > > > > Regards. > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company

Windows testing required: Updated runtime

2017-07-06 Thread Dave Page
s don't display correctly. Thanks! -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company

Re: Windows testing required: Updated runtime

2017-07-06 Thread Dave Page
.00 GB *(3.47 GB usable)* > *32-bit O/S* > > *Dual monitors* > > > Melvin Davidson 🎸 > I reserve the right to fantasize. Whether or not you > wish to share my fantasy is entirely up to you. > www.youtube.com/unusedhero/videos > Folk Alley - All Folk - 24 Hours a d

Re: Windows testing required: Updated runtime

2017-07-07 Thread Dave Page
27;ve made almost all the JS code static now so it avoids the templating engine, but there's still work to do to pack it all. Thanks. > > > Thanks > > > > Mike > > > > *From:* Dave Page [mailto:dp...@pgadmin.org] > *Sent:* 06 July 2017 15:59 > *To:* pgadmin-

Re: Windows testing required: Updated runtime

2017-07-07 Thread Dave Page
, and config options will have reset to default. It is possible to revert the changes to the DB, but that's somewhat fiddly. If anyone really needs to do that, let me know and I'll write up instructions. Apologies if that causes anyone problems. Thanks! On Thu, Jul 6, 2017 at 3:59 PM, Dav

Re: Windows testing required: Updated runtime

2017-07-07 Thread Dave Page
ed reinstalled. > > Also trying with AV disabled. > > Unfortunately I still get the same results. > > > > *From:* Mike Surcouf [mailto:mi...@surcouf.co.uk] > *Sent:* 07 July 2017 10:17 > *To:* 'Dave Page' > *Cc:* pgadmin-hackers; pgAdmin Support

Re: Windows testing required: Updated runtime

2017-07-11 Thread Dave Page
log is empty in > C:\Users\username\AppData\Roaming\pgAdmin > > > > The registry key in HKEY_CURRENT_USER\Software\pgadmin\pgadmin4 is blank > with a value not set. > > > > Windows 7 Enterprise 64 bit > > 16GB RAM > > SSD > > Behind the corporate proxy an

Re: Horizontal line under "Admin" in the splash image is not horizontal

2017-07-11 Thread Dave Page
On Mon, Jul 10, 2017 at 3:34 PM, wrote: > Hi, > > > > is this by design? > > > > > > I know this is a small thing but why not report it. J > Wow, you've got good eyesight! How does the attached look? [image: Inline image 1] -- Dave Page Blog: http

Re: Windows testing required: Updated runtime

2017-07-11 Thread Dave Page
gt; > Happy to test > > > > Thanks > > > > Mike > > > > *From:* Dave Page [mailto:dp...@pgadmin.org] > *Sent:* 11 July 2017 13:11 > *To:* McDonaldR > *Cc:* pgadmin-hackers; pgAdmin Support > *Subject:* Re: Windows testing required: Updated runtime > > &

Re: Windows testing required: Updated runtime

2017-07-11 Thread Dave Page
all is ok again > > > > But I guess it works on your machine so it must be something wrong with my > setup > Hard to see what though, if it's not the zoom. I have tested on Windows 7 as well as Windows 10, so it *should* work. -- Dave Page Blog: http:/

Re: Windows testing required: Updated runtime

2017-07-11 Thread Dave Page
is snappy. > > > > I’ll test it some more tomorrow with connections to a production database. > > > > Ross > > > > *From:* Dave Page [mailto:dp...@pgadmin.org] > *Sent:* 11 July 2017 13:52 > *To:* Mike Surcouf > *Cc:* McDonaldR; pgadmin-hackers; pgAdmi

Re: Windows testing required: Updated runtime

2017-07-11 Thread Dave Page
> > 3. Will there be a web install package. > There is a source tarball and Python wheel available at http://developer.pgadmin.org/~dpage/1.6/ Thanks! > > > Thanks > > > > Mike > > > > > > *From:* Dave Page [mailto:dp...@pgadmin.org] > *Sent

Re: Windows testing required: Updated runtime

2017-07-11 Thread Dave Page
nd that your end users may have issues you don’t. > There are so many environmental factors to consider. > Oh, after over 20 years in IT support and software development, I've become painfully aware of that :-). > > > Mike > > > > *From:* Dave Page [mailto:dp..

pgAdmin 4 v1.6 Released!

2017-07-13 Thread Dave Page
https://www.pgadmin.org/docs/pgadmin4/dev/index.html Download: https://www.pgadmin.org/download -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Dave Page
Thanks, fixed. On Thu, Jul 13, 2017 at 7:18 PM, Lazaro Garcia wrote: > The download links are wrong, the links downloads 1.5 and not 1.6. > > > > Regards. > > > > *De:* Dave Page [mailto:dp...@pgadmin.org] > *Enviado el:* jueves, 13 de julio de 2017 11:18 a

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Dave Page
server address instead of 'localhost'. That was because we found that resolution of 'localhost' to an address can actually be quite slow on Windows in a Qt app. Do you have any kind of unusual network setup where 127.0.0.1 wouldn't work? E.g. *only* IPv6? -- D

Re: Can't add a server pgadmin4-1.6

2017-07-14 Thread Dave Page
> On 14 Jul 2017, at 14:48, Murtuza Zabuawala > wrote: > > Hi, > > We have changed the way we bundle & server the javascript files in pgAdmin4. > > It is advisable that as end user you should use python wheel and not the > actual source code, > Download: https://www.postgresql.org/ftp/pgad

Re: Can't add a server pgadmin4-1.6

2017-07-14 Thread Dave Page
cies preprocessed and ready to go. Yarn is only required if you're working with a git checkout. > > Regards. > > > > De: Dave Page [mailto:dp...@pgadmin.org] > Enviado el: viernes, 14 de julio de 2017 10:07 a. m. > Para: Murtuza Zabuawala > CC: Lazaro Garci

Re: pgAdmin 4 v1.6 Released!

2017-07-17 Thread Dave Page
o check... > In the web/ subdirectory of the installation, you should find a file called config.py. Please create a file called config_local.py in the same directory, containing the following lines (excluding the lines) : from config import * # Debug mode DEBUG = True # Log CONSOLE_LOG_

Re: Scrolling vs. pagination

2017-07-18 Thread Dave Page
The screenshots need updating. Iirc, we got rid of pagination before we released v1.0. The query tool is fully scrolled and much faster than pgAdmin 3 for large result sets now. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK:http://www.enterprisedb.com The

Re: New font for testing in Query Editor tool

2017-07-19 Thread Dave Page
oughts are on these font changes along with why > you think these changes need to occur. > > > > Thanks! > > Shirley & Pivotal Team > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company

Re: pgAdmin 4 v1.6 Released!

2017-07-19 Thread Dave Page
delete your config database so you'll have to re-add any registered servers). Then, using regedit.exe, remove the registry key: HKEY_CURRENT_USER\Software\pgadmin\pgadmin4 Once the system is completely cleaned, try a fresh installation. Regards, Dave. > > Thank you and kind regards >

Re: New font for testing in Query Editor tool

2017-07-19 Thread Dave Page
On Wed, Jul 19, 2017 at 9:34 AM, Mike Surcouf wrote: > Maybe I’m missing something, > > > > Shouldn’t all code including SQL use fixed width font? > It does. The question is, *which* fixed width font. > > > *From:* Dave Page [mailto:dp...@pgadmin.org] > *S

Re: New font for testing in Query Editor tool

2017-07-19 Thread Dave Page
Monospace, which we currently use, and Menlo, the proposed new default. On Wed, Jul 19, 2017 at 12:58 PM, matshyeq wrote: > What are the options? > > On 19 July 2017 at 10:37, Dave Page wrote: > >> >> >> On Wed, Jul 19, 2017 at 9:34 AM, Mike Surcouf >

Re: New font for testing in Query Editor tool

2017-07-19 Thread Dave Page
Possibly not, but then it will fall back to the old one. On Wed, Jul 19, 2017 at 1:13 PM, Mike Surcouf wrote: > Is that font available on all browsers iPad etc? > > > > *From:* Dave Page [mailto:dp...@pgadmin.org] > *Sent:* 19 July 2017 13:11 > *To:* matshyeq > *Cc

Re: uninstalling pgadmin4 version 1.0

2017-07-19 Thread Dave Page
, but an update to the PostgreSQL installer with pgAdmin 1.6. should be available in the next few days. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company

Re: Consider default SERVER_MODE =True for pgadmin4-v1-web

2017-07-19 Thread Dave Page
DATA_DIR, 'pgadmin4-server.db' ) Anyway, to the main point - I've been trying to figure out a half-decent way of being able to support both server and desktop modes out of the box; and have yet to come up with anything that wouldn't be a tangled mess of config

Re: Consider default SERVER_MODE =True for pgadmin4-v1-web

2017-07-19 Thread Dave Page
b browser attached, that runs the python web code, and then renders it. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company

Re: pgAdmin 4 v1.6 Released!

2017-07-20 Thread Dave Page
pgAdmin > 4\v1\web\ > and log files from C:\Users\pawelhadam\AppData\Roaming\pgAdmin\ > > > I have no idea where v1.5 is still sitting on my PC :( I must be doing > something stupid, I am afraid. > > > Thanks in advance for any more help and kind regards > Pawel >

Re: pgAdmin 4 v1.6 Released!

2017-07-21 Thread Dave Page
table from v1.6 installation path. > > I will do some checks on another PC today. > > Thank you and kind regards > Pawel > > > On 21 July 2017 at 00:28, Dave Page wrote: > >> You don't have the PostgreSQL installer from EDB or BigSQL on that >> machine do

Re: Cant browse servers after update to pgadmin 1.6 (server version)

2017-07-21 Thread Dave Page
rom >> */pgadmin4* to */* to fix this issue. >> >>> >>> Yes, This is a work around. > But we also have to fix this issue at code level to honour the virtual > DirectoryRoot path :) > Are you working on this Murtuza? I don't want it to get forgotten. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company

Re: pgadmin4 1.6 (python wheel) doesn't work under Ubuntu Server 16.04 LTS

2017-07-21 Thread Dave Page
On Fri, Jul 21, 2017 at 11:53 AM, deluk wrote: > I found the solution. > We loaded the wrong virtualenv enviroment. > I think we've all done that :-) -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterpr

Re: pgAdmin 4 v1.6 Released!

2017-07-21 Thread Dave Page
hat starts from the "non-administrator" shortcut, > that's another question... > You could try searching for files containing one of these lines: APP_REVISION = 5 APP_VERSION_INT = 15001 That should (I hope) find the config.py that is setup for 1.5. > > Thanks and

Re: pgAdmin 4 v1.6 Released!

2017-07-27 Thread Dave Page
s the version? Please note, I'm going on vacation from this weekend and won't be back until ~17th August (though I may have intermittent access to email only; i.e. no laptop). If I don't reply to emails in that time, that's why. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company

Re: unsubscribe

2017-07-27 Thread Dave Page
the list header https://lists.postgresql.org/manage/ is > another way to try doing it. > > Per his request, please contact Stephen Frost if the > normal mechanism for getting off the list isn't working for you. > > -- Darren Duncan > > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company

Re: pgadmin 4 on windows - no Graphical explain?

2017-08-24 Thread Dave Page
fine for me (see attached). Any errors in the log file in %APPDATA%\pgadmin? -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company

  1   2   3   4   5   6   >