• 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
pg_backup_archiver.c 60.1 KB