Yeah, I'm thinking about that too. Here is a full list of the original
type values,
"Schema"
"Name"
"table"
"view"
"materialized view"
"index"
"sequence"
"special"
"foreign table"
"table"
What else do you think will benefit from extra type information?
regards,
Amos
Stephen Frost <sfrost@snowman.net> writes:
> Amos,
>
> * Amos Bird (amosbird@gmail.com) wrote:
>> Well, the prefix is used to differentiate other \d commands, like
>> this,
>
> Ah, ok, fair enough.
>
> Should we consider differentiating different table types also? I
> suppose those are primairly just logged and unlogged, but I could see
> that being useful information to know when doing a \dt. Not a big deal
> either way though, and this patch stands on its own certainly.
>
> Thanks!
>
> Stephen