forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc1f3c04
committed
Make psql's \d+ show reloptions for all relkinds.
Formerly it would only show them for relkinds 'r' and 'f' (plain tablesand foreign tables). However, as of 9.2, views can also have reloptions,namely security_barrier. The relkind restriction seems pointless andnot at all future-proof, so just print reloptions whenever there are any.In passing, make some cosmetic improvements to the code that pulls the"tableinfo" fields out of the PGresult.Noted and patched by Dean Rasheed, with adjustment for all relkinds by me.1 parent7682c59 commitc1f3c04
1 file changed
+18
-19
lines changedLines changed: 18 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1236 | 1236 |
| |
1237 | 1237 |
| |
1238 | 1238 |
| |
1239 |
| - | |
| 1239 | + | |
1240 | 1240 |
| |
1241 | 1241 |
| |
1242 |
| - | |
1243 |
| - | |
1244 |
| - | |
1245 |
| - | |
| 1242 | + | |
| 1243 | + | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
1246 | 1247 |
| |
1247 | 1248 |
| |
1248 | 1249 |
| |
| |||
2223 | 2224 |
| |
2224 | 2225 |
| |
2225 | 2226 |
| |
2226 |
| - | |
| 2227 | + | |
2227 | 2228 |
| |
2228 | 2229 |
| |
2229 | 2230 |
| |
2230 | 2231 |
| |
2231 | 2232 |
| |
2232 | 2233 |
| |
2233 | 2234 |
| |
2234 |
| - | |
2235 |
| - | |
2236 |
| - | |
2237 |
| - | |
2238 |
| - | |
2239 |
| - | |
2240 |
| - | |
2241 |
| - | |
2242 |
| - | |
2243 |
| - | |
2244 |
| - | |
2245 |
| - | |
2246 |
| - | |
2247 | 2235 |
| |
2248 | 2236 |
| |
| 2237 | + | |
2249 | 2238 |
| |
2250 | 2239 |
| |
2251 | 2240 |
| |
2252 | 2241 |
| |
| 2242 | + | |
| 2243 | + | |
| 2244 | + | |
| 2245 | + | |
| 2246 | + | |
| 2247 | + | |
| 2248 | + | |
| 2249 | + | |
| 2250 | + | |
| 2251 | + | |
2253 | 2252 |
| |
2254 | 2253 |
| |
2255 | 2254 |
| |
|
0 commit comments
Comments
(0)