forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit593763c
committed
This fixes pg_dump so that when using the '-O' no owners option it does
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 fordistribution to third parties.Christopher Kings-Lynne1 parentff2cc83 commit593763c
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
2410 | 2410 |
| |
2411 | 2411 |
| |
2412 | 2412 |
| |
2413 |
| - | |
| 2413 | + | |
2414 | 2414 |
| |
2415 | 2415 |
| |
2416 | 2416 |
| |
|
0 commit comments
Comments
(0)