- Notifications
You must be signed in to change notification settings - Fork5
Commit57748fc
committed
> Having read the list, and noticed the message about table inheritance I
> thought that I would see if I could come up with a simple solution, and> have my first delve into the code for PostgreSQL.>> Attached is a diff against 7.3.3 source, of changes to describe.c for> psql. This should print out a list of parent tables in a similar style> to that of the index listing. I have done some testing on my side and it> all seems fine, can some other people have a quick look? What do people> think? Useful?Nick Barr1 parentb92d055 commit57748fc
1 file changed
+31
-4
lines changedLines changed: 31 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
928 | 928 |
| |
929 | 929 |
| |
930 | 930 |
| |
931 |
| - | |
| 931 | + | |
| 932 | + | |
932 | 933 |
| |
933 | 934 |
| |
934 | 935 |
| |
935 | 936 |
| |
936 |
| - | |
| 937 | + | |
| 938 | + | |
937 | 939 |
| |
938 | 940 |
| |
939 | 941 |
| |
| |||
1037 | 1039 |
| |
1038 | 1040 |
| |
1039 | 1041 |
| |
1040 |
| - | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
1041 | 1052 |
| |
1042 | 1053 |
| |
1043 | 1054 |
| |
| |||
1140 | 1151 |
| |
1141 | 1152 |
| |
1142 | 1153 |
| |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
1143 | 1169 |
| |
1144 | 1170 |
| |
1145 | 1171 |
| |
| |||
1148 | 1174 |
| |
1149 | 1175 |
| |
1150 | 1176 |
| |
| 1177 | + | |
1151 | 1178 |
| |
1152 | 1179 |
| |
1153 | 1180 |
| |
|
0 commit comments
Comments
(0)