Re: Schema related

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: Ajay Kumar <KUMARAJ(at)pwcs(dot)edu>
Cc: pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Schema related
Date: 2020-07-25 12:14:14
Message-ID: CAKKotZTxL-RMLmac22gi=NTQMBeg3zXSs0Ymog=ZdVt=uP7eSA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

In general, when you want to create or access objects in a schema, you need
to write a qualified name consisting of the schema name and object name
separated by a dot in the query tool as shown below,

SELECT * FROM your_schema_name.table_name;

--
Murtuza

On Sat, 25 Jul 2020, 16:59 Ajay Kumar, <KUMARAJ(at)pwcs(dot)edu> wrote:

> Hi
>
> I have PG12.3 and am using pgadmin4.21.
> I created my own schema, right click and went to query tool and tried to
> create some tables.
> When I checked, it created all those tables in PUBLIC schema. How can
> ceate the same in my own schema which I created? Sorry, I don't find any
> docs online.
>
> Thanks,
>
> Ajay Kumar
>
> Applications Developer
>
> Prince William County Public Schools
>
>
>
>

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Ashesh Vashi 2020-07-26 07:29:55 Re: Schema related
Previous Message Ajay Kumar 2020-07-24 21:01:31 Schema related