Re: 7.4.1 template1

From: Aarni Ruuhimäki <aarni(dot)ruuhimaki(at)kymi(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: 7.4.1 template1
Date: 2004-01-23 18:12:42
Message-ID: 200401232012.42224.aarni.ruuhimaki@kymi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

> I think most of your confusion stems from using an ancient psql ---

Oh, instead of

bash-2.05a$ psql xxx

bash-2.05a$ /usr/local/pgsql/bin/psql xxx
Welcome to psql 7.4.1, the PostgreSQL interactive terminal.

Aha, and thanks again, I see something, hmm ...

BR,

Aarni

On Friday 23 January 2004 18:15, you wrote:
> Aarni =?iso-8859-1?q?Ruuhim=E4ki?= <aarni(dot)ruuhimaki(at)kymi(dot)com> writes:
> > Just noticed that 7.4.1 template1 has 40 views / tables in it and copies
> > all of them to new databases.
>
> It's supposed to.
>
> > Tried to DROP them in template1 and in a dummy db
> > but got an error e.g. 'table "sql_features" does not exist'
>
> information_schema isn't in your search path by default.
>
> I think most of your confusion stems from using an ancient psql ---
> since it's not showing a version number in the welcome banner,
> it must be older than 7.3, which means it does not know about schemas.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend

--
-------------------------------------------------
Aarni Ruuhimäki | Megative Tmi | KYMI.com

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Oliver Elphick 2004-01-23 23:11:33 Re: Problem with pg_hba.conf file in Postgres 7.3
Previous Message Tom Lane 2004-01-23 17:59:15 Re: pg_atoi error