Re: Can I get some PostgreSQL developer feedback on these five general issues I have with PostgreSQL and its ecosystem?

2020-10-03 Thread Peter J. Holzer
On 2020-09-23 13:38:19 -0700, Adrian Klaver wrote: > On 9/23/20 11:51 AM, tutilu...@tutanota.com wrote: > > This comes down to what your definition of embedded is? A matter of > > determining whether we are talking apples or oranges. > > > > Just what I said in my original question. Someth

Re: UUID generation problem

2020-10-03 Thread Paul Förster
Hi James, > On 03. Oct, 2020, at 04:17, James B. Byrne wrote: > > On Fri, October 2, 2020 21:13, Tom Lane wrote: >> "James B. Byrne" writes: >>> On Fri, October 2, 2020 18:46, Tom Lane wrote: >> >>> idempiere=# \dn >>>List of schemas >>> Name| Owner >>> ---+--- >>>

Re: pg_upgrade Python version issue on openSUSE

2020-10-03 Thread Peter J. Holzer
On 2020-09-26 17:54:31 +0200, Paul Förster wrote: > Hi Adrian, > > On 26. Sep, 2020, at 17:43, Adrian Klaver > > wrote: > > > > I suppose getting them to install Python 2 is out of the question? > > It is an official package. > > I can try, but chances are at 99% that they refuse. > > > Well th

Re: Restoring a database problem

2020-10-03 Thread Peter J. Holzer
On 2020-09-30 20:11:12 -0500, Ron wrote: > On 9/30/20 7:11 PM, Bruce Momjian wrote: > > On Thu, Oct 1, 2020 at 01:00:21PM +1300, Glen Eustace wrote: > > > I have had to do this so rarely and it has almost always been in a bit of > > > a > > > panic so may well be missing something really obvious.

Re: Profile Creation

2020-10-03 Thread Brajendra Pratap Singh
Hi Adrian, Here the user profile means which contains the following functionality same as in EDB profile contains like password_verify_function, password_life_time, password_lock_time etc. Thanks, Singh On Sat, 3 Oct, 2020, 2:14 AM Adrian Klaver, wrote: > On 10/2/20 1:40 PM, Brajendra Pratap

Re: Restoring a database problem

2020-10-03 Thread Glen Eustace
> I need to close all existing connections and the prevent people/processes from > connecting again until the restore has completed. I was hoping there was a command in psql that would do both, that is, kick the exisiting connections and stop new ones.  It was being a bit optimistic I think, but su