Skip to content
Snippets Groups Projects
  1. Feb 28, 1998
  2. Feb 27, 1998
  3. Feb 26, 1998
  4. Feb 25, 1998
  5. Feb 24, 1998
  6. Feb 23, 1998
  7. Feb 21, 1998
    • Marc G. Fournier's avatar
      Change: · aa7244ed
      Marc G. Fournier authored
      #define TAPETEMP                "pg_btsortXXXXXX"
      
      to:
      
      #define TAPETEMP                "pg_btsortXXXXXXX"
      
      For some reason, under FreeBSD, it appears that the mktemp() value needs the
      extra 'X' to improve/ensure uniqueness
      aa7244ed
    • Bruce Momjian's avatar
      ec9e44ab
    • Bruce Momjian's avatar
      856da1e6
    • Marc G. Fournier's avatar
      First step done, · 7b30490b
      Marc G. Fournier authored
          below  is  the patch to have views to override the permission
          checks for the accessed tables. Now we can do the following:
      
          CREATE VIEW db_user AS SELECT
               usename,
               usesysid,
               usecreatedb,
               usetrace,
               usecatupd,
               '**********'::text as passwd,
               valuntil
              FROM pg_user;
      
          REVOKE ALL ON pg_user FROM public;
          REVOKE ALL ON db_user FROM public;
          GRANT SELECT ON db_user TO public;
      7b30490b
  8. Feb 20, 1998
  9. Feb 19, 1998
  10. Feb 18, 1998
Loading