user

Search

You can find the results of your search below.

postgres
13 Hits, Last modified:
s in schema \dt auth.* # describe table \d+ auth.users # list of installed extensions \dx # enable ex... noauth TO postgres; DROP OWNED BY gianoauth; DROP USER IF EXISTS gianoauth; </code> create role gianoauth <code> CREATE USER gianoauth WITH ENCRYPTED PASSWORD 'xxx' LOGIN... A auth TO gianoauth; ALTER DEFAULT PRIVILEGES FOR USER postgres IN SCHEMA auth GRANT SELECT ON TABLES TO
redis
6 Hits, Last modified:
mespace:table:id <code> INCR gianoauth:realm:next_user_id => 1 HSET gianoauth:realm:user:1 id 1 username "scipio" name "Stefano Scipioni" password "hash" visits 0 </code> add an INDEX with **... ontain duplicates <code> SADD gianoauth:realm:all-users gianoauth:realms:users:1 </code> visits <code>