Re: [GENERAL] type "xxxxxxx" does not exist - Mailing list pgsql-general

From Micky Hulse
Subject Re: [GENERAL] type "xxxxxxx" does not exist
Date
Msg-id CAKzdcN=BKPBTunq7-wB9cA7J42Vrhn5o6oYRULos5syw5u1Xig@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] type "xxxxxxx" does not exist  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
Hi Adrian,

On Fri, May 19, 2017 at 3:02 PM, Adrian Klaver
<adrian.klaver@aklaver.com> wrote:
> FYI, 9.3 is now up to 9.3.17:
> At some point, once you have gotten a handle on using Postgres, you should
> probably update. Read the Release Notes for each of the minor releases to
> see what has been fixed.

Ah, good to know! Thank you for tip! :)

> you where connecting using local, which is the socket connection.
> If you had done:
> psql -U otherusername -d database -h localhost
> it would have asked for a password(md5 auth method). If otherusername does
> not have the LOGIN attribute you would not been able to log in anyway. For
> more detailed information see:
> https://www.postgresql.org/docs/9.3/static/sql-createrole.html

Ahhh, that makes sense! Thank you for clarifying and for the linkage,
I really appreciate it!

Thanks to everyone for all of the help!


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] Partitioned Data and Locking
Next
From: Melvin Davidson
Date:
Subject: Re: [GENERAL] Call for users to talk about table partitioning