Re: UUID generation problem

From: "James B(dot) Byrne" <byrnejb(at)harte-lyne(dot)ca>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: "Adrian Klaver" <adrian(dot)klaver(at)aklaver(dot)com>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: UUID generation problem
Date: 2020-10-05 20:06:07
Message-ID: 60ab3991835001bd47f890430af3d29c.squirrel@webmail.harte-lyne.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, October 5, 2020 15:35, David G. Johnston wrote:
> On Monday, October 5, 2020, James B. Byrne <byrnejb(at)harte-lyne(dot)ca> wrote:
>
>>
>>
>> I am so confused by this. I tried to do this:
>>
>> [root(at)accounting-2 ~ (master)]# psql -E --dbname=idempiere
>> --username=idempiere_dbadmin --host=localhost
>> Password for user idempiere_dbadmin:
>> psql (11.8)
>> Type "help" for help.
>>
>> idempiere(5432)=# alter role "idempiere-dbadmin" set search_path =
>> 'adempiere,
>> pg_catalog, public';
>> ERROR: role "idempiere-dbadmin" does not exist
>> idempiere(5432)=#
>>
>> If the role idempiere-dbadmin does not exist then how did I connect to the
>> idempiere database?
>>
>
> Underscore versus hyphen.
>
> David J.
>

Sigh.

--
*** e-Mail is NOT a SECURE channel ***
Do NOT transmit sensitive data via e-Mail
Unencrypted messages have no legal claim to privacy
Do NOT open attachments nor follow links sent by e-Mail

James B. Byrne mailto:ByrneJB(at)Harte-Lyne(dot)ca
Harte & Lyne Limited http://www.harte-lyne.ca
9 Brockley Drive vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada L8E 3C3

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message James B. Byrne 2020-10-05 20:23:46 Re: UUID generation problem
Previous Message David G. Johnston 2020-10-05 19:35:40 Re: UUID generation problem