Rob Sargent <[email protected]> writes: > On Sep 24, 2026, at 10:25 AM, rob stone <[email protected]> wrote: >> Then I ran:- >> \d system_defaults (one of the newly created tables) >> and this was the result:- >> Did not find any relation named "system_defaults".
> \d bsmdl.system_defaults
> Or
> \dt bsmdl.*
Or perhaps more usefully,
\d *.system_defaults
since this table is evidently not in Rob's search path.
regards, tom lane
