Re: UUID generation problem

From: "James B(dot) Byrne" <byrnejb(at)harte-lyne(dot)ca>
To: "Paul Förster" <paul(dot)foerster(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: UUID generation problem
Date: 2020-10-05 17:16:43
Message-ID: c2e71e8adee605d79e4e95c7a963f711.squirrel@webmail.harte-lyne.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, October 5, 2020 13:07, Paul Förster wrote:
>
> I guess that's why you don't see the uuid_generate_v4() function. I suggest you
> either fully qualify it, i.e. public.uuid_generate_v4() or add public to your
> search path.

As this is an application package it is not within my purview to alter the
code. To do so would rik a return of the problem with every update.

Adding public to the search path is fine by me. However, I still need to find
out how this situation arose. Is it something I did or something that the
installer does by default? The project notes 'suggest' 'adempiere' as the
username for access. However they do not use wording to imply that one must
use it. However, if there is something in the installer that uses 'adempiere'
regardless of the properties settings then I need to discover this.

--
*** 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 Adrian Klaver 2020-10-05 17:20:02 Re: UUID generation problem
Previous Message Paul Förster 2020-10-05 17:07:01 Re: UUID generation problem