Re: [GENERAL] [HACKERS] USER Profiles for PostgreSQL

2017-09-19 Thread Melvin Davidson
also something > we should be considering for core, especially now that we've got a > reasonable password-based authentication method with SCRAM. > > Thanks! > > Stephen > Perhaps, as an alternative, although not currently supported, connection attempts can be added in the future

Re: [HACKERS] [GENERAL] How to change order sort of table in HashJoin

2016-11-19 Thread Melvin Davidson
rows) > > postgres=# > --- > > > Thanks and best regard! > *AFAIK, the only way to change a sort order is to use the ORDER BY clause in the SELECT.https://www.postgresql.org/docs/9.4/static/sql-select.html <https://www.postgresql.org/docs/9.4/static/sql-select.html>"8

[HACKERS] Feature / Enhancement request.

2009-08-25 Thread Melvin Davidson
would be useful for determining when someone made changes to a table, index, view, etc. Melvin Davidson - DBA Confidentiality Notice: This e-mail message (including any attached or embedded documents) is intended for the exclusive and confidential use of the individual or entity to which

[HACKERS] TRIGGER or RULE for SELECT

2008-06-19 Thread Melvin Davidson
. Is there some way that modifying the CREATE RULE for SELECT, and/or TRIGGER could be presented to the developers? Thanks in advance, Melvin Davidson.