Re: pgAdmin 4 + python wheel + kerberos

2017-12-13 Thread Stephen Frost
Greetings, * Stephen Frost (sfr...@snowman.net) wrote: > * Khushboo Vashi (khushboo.va...@enterprisedb.com) wrote: > > On Wed, Dec 13, 2017 at 3:05 AM, Duffey, Blake > > wrote: > > > > > Will pgAdmin 4 as a python wheel application support Kerberos > > > authentication? > > > > > > We are evalua

Re: pgAdmin 4 + python wheel + kerberos

2017-12-13 Thread Stephen Frost
Greetings, * Khushboo Vashi (khushboo.va...@enterprisedb.com) wrote: > On Wed, Dec 13, 2017 at 3:05 AM, Duffey, Blake > wrote: > > > Will pgAdmin 4 as a python wheel application support Kerberos > > authentication? > > > > We are evaluating running pgAdmin 4 as a web service (vs a Windows > > ap

Re: pre-populate pgadmin4 configuration (server, for example)

2017-12-13 Thread Stephen Frost
Hi Blake! Documentation on the sqlite command line tool can be found here: https://sqlite.org/cli.html From there, things like '.help' are useful and you can use it to look at the schema for tables like 'servers': .schema servers .schema servergroup And from there it's a matter of crafting INS

RE: pre-populate pgadmin4 configuration (server, for example)

2017-12-13 Thread Duffey, Blake
We’d be happy to try that Dave (assuming someone could give us a couple sentences on how to do so) ☺ From: Dave Page [mailto:dp...@pgadmin.org] Sent: Wednesday, December 13, 2017 8:31 AM To: Duffey, Blake Cc: Murtuza Zabuawala ; pgadmin-support@lists.postgresql.org Subject: Re: pre-populate pg

Re: pre-populate pgadmin4 configuration (server, for example)

2017-12-13 Thread Dave Page
On Wed, Dec 13, 2017 at 1:16 PM, Duffey, Blake wrote: > Is there any way to create a custom .db file in the users AppData folder > that could simulate what the registry keys did in the version 3? > Right now the only option would be to take a freshly created file, and use the sqlite client to ex

RE: pre-populate pgadmin4 configuration (server, for example)

2017-12-13 Thread Duffey, Blake
Is there any way to create a custom .db file in the users AppData folder that could simulate what the registry keys did in the version 3? From: Murtuza Zabuawala [mailto:murtuza.zabuaw...@enterprisedb.com] Sent: Tuesday, December 12, 2017 11:55 PM To: Duffey, Blake Cc: pgadmin-support@lists.po