1. 07 Oct, 1998 5 commits
  2. 06 Oct, 1998 16 commits
  3. 05 Oct, 1998 6 commits
  4. 04 Oct, 1998 9 commits
  5. 03 Oct, 1998 3 commits
  6. 02 Oct, 1998 1 commit
    • Bruce Momjian's avatar
      · e5a8da02
      Bruce Momjian authored
          Please apply the patch at the end. Disables use of system
          columns of views at all (not only oid, cmin etc. too).
          pgsql=> select cmin from pg_rules;
          ERROR:  system column cmin not available - pg_rules is a view
          pgsql=> select * from pg_rules where pg_rules.oid = pg_class.oid;
          ERROR:  system column oid not available - pg_rules is a view
          pgsql=>
      
      Jan
      e5a8da02