public inbox for [email protected]  
help / color / mirror / Atom feed
Where is option to disable pgadmin4 version check?
2+ messages / 2 participants
[nested] [flat]

* Where is option to disable pgadmin4 version check?
@ 2016-07-18 14:09 Colin Beckingham <[email protected]>
  2016-07-18 14:33 ` Re: Where is option to disable pgadmin4 version check? Dave Page <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: Colin Beckingham @ 2016-07-18 14:09 UTC (permalink / raw)
  To: pgadmin-hackers

Tried to find the option to disable version check, but not clear on 
where to find it. I checked preferences, nothing there. Perhaps it is 
contained in some non-obvious option or I am dull today.

Not sure why version strings should be arbitrary. Doesn't it make them 
less useful?



-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers



^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: Where is option to disable pgadmin4 version check?
  2016-07-18 14:09 Where is option to disable pgadmin4 version check? Colin Beckingham <[email protected]>
@ 2016-07-18 14:33 ` Dave Page <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Dave Page @ 2016-07-18 14:33 UTC (permalink / raw)
  To: Colin Beckingham <[email protected]>; +Cc: pgadmin-hackers

On Mon, Jul 18, 2016 at 3:09 PM, Colin Beckingham <[email protected]> wrote:
> Tried to find the option to disable version check, but not clear on where to
> find it. I checked preferences, nothing there. Perhaps it is contained in
> some non-obvious option or I am dull today.

Application config settings (as opposed to user settings) are in
config.py. Don't edit that though - override what you need to in
config_local.py.

In this case:

UPGRADE_CHECK_ENABLED = False


> Not sure why version strings should be arbitrary. Doesn't it make them less
> useful?

No, because it allows us to have betas and rcs and dev builds - or,
the current 'beta2.1' which was an interim update for the QA team to
verify some fixes.
-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers




^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2016-07-18 14:33 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2016-07-18 14:09 Where is option to disable pgadmin4 version check? Colin Beckingham <[email protected]>
2016-07-18 14:33 ` Dave Page <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox