1. 12 Feb, 2006 15 commits
  2. 11 Feb, 2006 11 commits
  3. 10 Feb, 2006 13 commits
  4. 09 Feb, 2006 1 commit
    • Bruce Momjian's avatar
      This fixes pg_dump so that when using the '-O' no owners option it does · 593763c0
      Bruce Momjian authored
      not print the owner name in the object comment.
      
      eg:
      
      --
      -- Name: actor; Type: TABLE; Schema: public; Owner: chriskl; Tablespace:
      --
      
      Becomes:
      
      --
      -- Name: actor; Type: TABLE; Schema: public; Owner: -; Tablespace:
      --
      
      This makes it far easier to do 'user independent' dumps.  Especially for
      distribution to third parties.
      
      Christopher Kings-Lynne
      593763c0