Re:

2023-08-03 Thread Дмитрий Иванов
If I understand correctly, you are trying to connect to the guest operating system through the parent operating system's localhost (127.0.0.1) local loopback. Moreover, it is not clear what mode the network of the guest operating system is in. Connection is not possible in NAT mode. In Host-Only Ne

[no subject]

2023-08-03 Thread Frank Gunseor
Hello, I am trying to connect to a PostgreSQL database remotely. I have read the documentation for PostgreSQland pgAdmin, but apparently it is not sinking in or making sense. My situation is: I am running PostgreSQL 15 on a Windows 10 Pro virtual machine on VirtualBox. The virtual machine also

Re: pt 2

2023-08-03 Thread Aditya Toshniwal
Hi Billy, Please share the OS details. On Thu, Aug 3, 2023 at 1:28 PM billy donald wrote: > Ive had an older version of postgresql and pgadmin installed on my pc for > about 4 years, as i was practicing it a bit back than. trying to get back > into it and i figure i needed to update everything.

Re: Schema diff tools excludes the SET directive from the function header

2023-08-03 Thread Дмитрий Иванов
Конечно! https://github.com/pgadmin-org/pgadmin4/issues/6651 -- С уважением, Дмитрий! чт, 3 авг. 2023 г. в 12:17, Akshay Joshi : > Hi > > Can you please log the issue on GitHub > ? > > > On Thu, Aug 3, 2023 at 6:18 AM Дмитрий Иванов > wrote: >

pt 2

2023-08-03 Thread billy donald
Ive had an older version of postgresql and pgadmin installed on my pc for about 4 years, as i was practicing it a bit back than. trying to get back into it and i figure i needed to update everything. after doing so it will not open and gives me this error (picture below). i've been scouring google

pgadmin 4 Not opening

2023-08-03 Thread billy donald
[image: image.png]

Re: Assign User Defined DataType To Columns

2023-08-03 Thread David G. Johnston
On Wed, Aug 2, 2023 at 9:24 AM Phani Prathyush Somayajula < phani.somayaj...@pragmaticplay.com> wrote: > Hi All, > > > > I’ve a user defined data type as : > > CREATE TYPE uibackend."_operation" ( > If you find yourself writing user-space code that uses "_{data type}" you are doing something wron

Re: Schema diff tools excludes the SET directive from the function header

2023-08-03 Thread Akshay Joshi
Hi Can you please log the issue on GitHub ? On Thu, Aug 3, 2023 at 6:18 AM Дмитрий Иванов wrote: > Hi > Schema diff utilities exclude the SET directive from the function header > in compare mode. > Reproducing the problem: > 1. Create a copy