Re: [GENERAL] Not storing MD5 hashed passwords

2015-10-14 Thread Quiroga, Damian
On Wed, Oct 14, 2015 at 1:41 PM, John R Pierce mailto:pie...@hogranch.com>> wrote: On 10/14/2015 1:31 PM, Quiroga, Damian wrote: Does postgres support other (stronger) hashing algorithms than MD5 to store the database passwords at disk? If not, is there any plan to move away from MD5? The

[GENERAL] Not storing MD5 hashed passwords

2015-10-14 Thread Quiroga, Damian
Hi, In case someone knows... Does postgres support other (stronger) hashing algorithms than MD5 to store the database passwords at disk? If not, is there any plan to move away from MD5? Thanks, Damian

[GENERAL] Database size on disk

2015-10-05 Thread Quiroga, Damian
Hi, I'm looking for some advice on how to determine the DB size on disk to trigger some cleanup tasks (deleting old data) if some threshold is reached. Let's say that for simplicity I don't want to ask for the size on disk to the OS, but rather to PostgreSQL itself. And I only have a single dat

Re: [GENERAL] Hiding name and version

2015-09-17 Thread Quiroga, Damian
Good to know. Thanks everyone. -Original Message- From: Jerry Sievers [mailto:gsiever...@comcast.net] Sent: Thursday, September 17, 2015 11:03 PM To: Tom Lane Cc: Joshua D. Drake; Quiroga, Damian; pgsql-general@postgresql.org Subject: Re: [GENERAL] Hiding name and version Tom Lane

Re: [GENERAL] Hiding name and version

2015-09-17 Thread Quiroga, Damian
a D. Drake [mailto:j...@commandprompt.com] Sent: Thursday, September 17, 2015 3:05 PM To: Quiroga, Damian; pgsql-general@postgresql.org Subject: Re: [GENERAL] Hiding name and version On 09/17/2015 10:32 AM, Quiroga, Damian wrote: > Hi, > > Is it possible to prevent users from running the

[GENERAL] Hiding name and version

2015-09-17 Thread Quiroga, Damian
Hi, Is it possible to prevent users from running the "version" function or all system information functions? If so, how? Thank you, Damian