Re: pgAdmin support for Kerberos on AWS Cloud DB ?

2022-01-03 Thread Khushboo Vashi
Hi Börje, [Looping pgAdmin support] On Mon, Jan 3, 2022 at 7:46 PM Börje Johansson < borje.johansso...@wirelesscar.com> wrote: > Hi Khushboo > > > > My name is Börje and working at WirelessCar in Sweden. > > I’m working with Databases and Postgres a lot. > > I read your description of Kerber

Re: PGadmin Support

2021-03-03 Thread Redoute
Am 03.03.2021 um 08:12 schrieb Hany shebl: > I attached the image of the issue. Typo? Is your user name "mysetry_visitor2" or "mystery_visitor2"?

Re: pgAdmin support: setup.py --dump-servers

2020-10-27 Thread Gavin Fleming
thank you all, worked perfectly > On 26 Oct 2020, at 06:04, Aditya Toshniwal > wrote: > > Hi, > > On Fri, Oct 23, 2020 at 6:09 PM Gavin Fleming > wrote: > Thanks Yogesh, Aditya > > Both your methods run, but produce this error: > > -- > Dumping servers with

Re: pgAdmin support: setup.py --dump-servers

2020-10-25 Thread Aditya Toshniwal
Hi, On Fri, Oct 23, 2020 at 6:09 PM Gavin Fleming wrote: > Thanks Yogesh, Aditya > > Both your methods run, but produce this error: > > -- > Dumping servers with: > User: pgadm...@pgadmin.org > SQLite pgAdmin config: /var/lib/pgadmin/pgadmin4.db > -- > SQLite database file "/var/

Re: pgAdmin support: setup.py --dump-servers

2020-10-25 Thread uaparit
Hallo Gavin, i had the same problem today and solved it as follows: 1. I searched my system for the pgadmi4.db file /sudo find / -name pgadmin4.db/ and found it inside ~/.pgadim/ 2. So I created a symlink with /sudo ln -s ~/.pgadmin /var/lib/pgadmin/ Afterwards I could create the dumb with /py

Re: pgAdmin support: setup.py --dump-servers

2020-10-23 Thread Gavin Fleming
Thanks Yogesh, Aditya Both your methods run, but produce this error: -- Dumping servers with: User: pgadm...@pgadmin.org SQLite pgAdmin config: /var/lib/pgadmin/pgadmin4.db -- SQLite database file "/var/lib/pgadmin/pgadmin4.db" does not exists. > On 23 Sep 2020, at 09:37, Aditya

Re: pgAdmin support: setup.py --dump-servers

2020-09-23 Thread Aditya Toshniwal
Hi Gavin, Alternatively, you could try below. Not the best of solutions but has worked for few users. 1) cd /Applications/pgAdmin\ 4.app/Contents/Resources/venv 2) ./bin/python ../web/setup.py --dump-servers On Wed, Sep 23, 2020 at 12:59 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote

Re: pgAdmin support: setup.py --dump-servers

2020-09-23 Thread Yogesh Mahajan
Hi Gavin, Please run below commands - export PYTHONHOME=/Applications/pgAdmin\ 4.app/Contents/Resources/venv /Applications/pgAdmin\ 4.app/Contents/Resources/venv/bin/python /Applications/pgAdmin\ 4.app/Contents/Resources/web/setup.py --dump-servers Thanks, Yogesh Mahajan EnterpriseDB Corpora

Re: [pgadmin-support] postgis geometry type not displayed correctly

2017-07-17 Thread Khushboo Vashi
Hi Richard, On Tue, Jul 18, 2017 at 5:13 AM, Richard Greenwood < richard.greenw...@gmail.com> wrote: > In 1.6 a PostGIS geometry column now shows as "Geometry" in both the > Table>SQL tab and the Column>SQL tab. Thanks for that. But in psql and > pgAdmin3 it would be shown as e.g. "MultiPolygon,

Re: [pgadmin-support] postgis geometry type not displayed correctly

2017-07-17 Thread Richard Greenwood
In 1.6 a PostGIS geometry column now shows as "Geometry" in both the Table>SQL tab and the Column>SQL tab. Thanks for that. But in psql and pgAdmin3 it would be shown as e.g. "MultiPolygon, 3739". It would be very helpful if pgAdmin4 could also show that level of detail. Thanks, Rich On Tue, May

Re: [pgadmin-support] No SQL errors visible in pgAdmin 4 1.5

2017-07-04 Thread Pawel Hadam
Hi Murtuza, I have found a solution, and I needed to change in postgresql.conf this line: lc_messages = 'en_GB.UTF-8' and leave the other 3 parameters as they were before, when I created the database: lc_monetary = 'Polish_Poland.1250' lc_numeric = 'Polish_Poland.1250' lc_time = 'Polish_Poland.

Re: [pgadmin-support] REVOKE PRIVILEGES in SQL tab of selected function

2017-06-21 Thread Murtuza Zabuawala
Hi, Thanks for reporting. RM logged: https://redmine.postgresql.org/issues/2507 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Fri, Jun 16, 2017 at 1:05 PM, wrote: > Let’s say we have this function: > > > > CREATE OR REPLACE FUNCTI