use

Search

You can find the results of your search below.

postgres
14 Hits, Last modified:
s in schema \dt auth.* # describe table \d+ auth.users # list of installed extensions \dx # enable e... noauth TO postgres; DROP OWNED BY gianoauth; DROP USER IF EXISTS gianoauth; </code> create role gianoauth <code> CREATE USER gianoauth WITH ENCRYPTED PASSWORD 'xxx' LOGI... A auth TO gianoauth; ALTER DEFAULT PRIVILEGES FOR USER postgres IN SCHEMA auth GRANT SELECT ON TABLES T
redis
8 Hits, Last modified:
each value has an associated score. This score is used to sort the elements in the set. <code> ZADD hac... 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