Bruce Momjian <[EMAIL PROTECTED]> writes: > I talked to Greg via chat and it looks like '&' is the best choice for > adding system object display:
> \d& shows system stuff Yech, that's awful. It looks ugly and it commandeers a punctuation symbol that we might wish to use for something else someday. I thought the "S" suggestion was much better than this. Personally I am not unhappy with the existing behavior, because (unlike Greg I guess) I use \df and \do to look at system definitions all the time. However I'm willing to accept \dfS on the grounds of symmetry with the behavior for tables. I don't really want to put up with a less convenient behavior *and* a gratuitously different syntax. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match