postgres.rst
changeset 2379 a38f029fcf84
parent 2378 c1a29f63c714
child 2380 6effef47c861
equal deleted inserted replaced
2378:c1a29f63c714 2379:a38f029fcf84
    93 
    93 
    94   \dp
    94   \dp
    95 
    95 
    96   SELECT * FROM information_schema.role_table_grants
    96   SELECT * FROM information_schema.role_table_grants
    97   WHERE table_name = 'table_name';
    97   WHERE table_name = 'table_name';
       
    98 
       
    99 List default privileges::
       
   100 
       
   101   \ddp
    98 
   102 
    99 Grant role options
   103 Grant role options
   100 ==================
   104 ==================
   101 ::
   105 ::
   102 
   106