Re: Schema (Search path issue) on PostgreSQL9.2

From: Raghavendra <raghavendra(dot)rao(at)enterprisedb(dot)com>
To: chiru r <chirupg(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Schema (Search path issue) on PostgreSQL9.2
Date: 2013-05-16 13:01:37
Message-ID: CA+h6AhhZgvV6XsLgrm8rvdPSem9J9A8Fb8WcWYZmiO99=eey9Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> postgres=# select version();
> version
>
>
> ---------------------------------------------------------------------------------------------------------------
> PostgreSQL 9.2.4 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.1.2
> 20080704 (Red Hat 4.1.2-52), 64-bit
> (1 row)
>
> postgres=# \dn
> List of schemas
> Name | Owner
> --------------------+----------
> information_schema | postgres
> pg_catalog | postgres
> pg_toast | postgres
> pg_toast_temp_1 | postgres
> public | postgres
> (5 rows)
>
>
Apart from your actual question, am just curious to see this output, how
come all schema's displayed whereas in latest releases only PUBLIC schema
will be displayed if you use meta command \dn.

-bash-4.1$ ./psql -p 5555
psql (9.3beta1)
Type "help" for help.

postgres=# \dn
List of schemas
Name | Owner
--------+----------
public | postgres
(1 row)

--Raghav

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Shaun Thomas 2013-05-16 13:01:45 Re: Tuning read ahead
Previous Message chiru r 2013-05-16 12:51:19 Schema (Search path issue) on PostgreSQL9.2