Re: Multiple schemas

From: Alban Hertroys <haramrae(at)gmail(dot)com>
To: rob stone <floriparob(at)tpg(dot)com(dot)au>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Multiple schemas
Date: 2026-09-24 09:19:25
Message-ID: E874153D-C888-4941-9EF5-A151DFCE6E28@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general


> On 24 Sep 2026, at 10:24, rob stone <floriparob(at)tpg(dot)com(dot)au> wrote:
>
> Hello,
>
> I've been using a single schema in a database for years and I decided
> to try using multiple schemas in the same database.
>
> So, I set up a test database and followed the same procedure that I
> have used in the past but this time specifying multiple schemas.

…

> show search_path;
> search_path
> ----------------
> "bsmdl, foots"
> (1 row)

I think there’s your problem. You have schemas named “bsmdl” and “foots”, not a schema named "bsmdl, foots”.

Alban Hertroys
--
If you can't see the forest for the trees,
cut the trees and you'll find there is no forest.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2026-09-24 10:41:51 Re: Multiple schemas
Previous Message rob stone 2026-09-24 08:24:58 Multiple schemas