David Gauthier <[email protected]> writes: > What I would like is to see a list of all the tables in the dvm schema and > nothing else. "\d dvm.*" works, but it also spills the details of every > table. I just want the list of tables in the schema.
Try "\dt dvm.*".
regards, tom lane
