forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit52d0265
committed
it seems in the beta2 release DBUSERID in pg_dumpall is the _name_ of the
user, so it doesn't need to be translated from the number to the name.also ``create database ...'' does not take numbers for the encoding, sothe ENCODING variable does not need to be translated to a number, but leftas the text representation. a patch is supplied to make the changes ihave found to work. i was successful dumping and reloading my databaseafter these changes.-John M. Flinchbaugh1 parentcfa929f commit52d0265
1 file changed
+2
-7
lines changedLines changed: 2 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
| 54 | + | |
60 | 55 |
| |
61 | 56 |
| |
62 | 57 |
| |
63 |
| - | |
| 58 | + | |
64 | 59 |
| |
65 | 60 |
| |
66 | 61 |
| |
|
0 commit comments
Comments
(0)