- Notifications
You must be signed in to change notification settings - Fork5
Commitda4d1c0
committed
pg_dump: Fix some schema issues when dumping sequences
In the new code for selecting sequence data from pg_sequence, set theschema to pg_catalog instead of the sequences own schema, and refer tothe sequence by OID instead of name, which was missing a schemaqualification.Reported-by: Stephen Frost <sfrost@snowman.net>1 parentba005f1 commitda4d1c0
1 file changed
+17
-6
lines changedLines changed: 17 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15873 | 15873 |
| |
15874 | 15874 |
| |
15875 | 15875 |
| |
15876 |
| - | |
15877 |
| - | |
15878 |
| - | |
15879 | 15876 |
| |
15880 | 15877 |
| |
15881 | 15878 |
| |
15882 | 15879 |
| |
15883 | 15880 |
| |
| 15881 | + | |
| 15882 | + | |
| 15883 | + | |
15884 | 15884 |
| |
15885 | 15885 |
| |
15886 | 15886 |
| |
| |||
15894 | 15894 |
| |
15895 | 15895 |
| |
15896 | 15896 |
| |
15897 |
| - | |
15898 |
| - | |
15899 |
| - | |
| 15897 | + | |
| 15898 | + | |
| 15899 | + | |
15900 | 15900 |
| |
15901 | 15901 |
| |
15902 | 15902 |
| |
| 15903 | + | |
| 15904 | + | |
| 15905 | + | |
| 15906 | + | |
| 15907 | + | |
| 15908 | + | |
| 15909 | + | |
| 15910 | + | |
15903 | 15911 |
| |
15904 | 15912 |
| |
15905 | 15913 |
| |
| |||
15916 | 15924 |
| |
15917 | 15925 |
| |
15918 | 15926 |
| |
| 15927 | + | |
| 15928 | + | |
| 15929 | + | |
15919 | 15930 |
| |
15920 | 15931 |
| |
15921 | 15932 |
| |
|
0 commit comments
Comments
(0)