Re: [pgAdmin 4 - Bug #5963] SQL formatter interferes with multi-character operators

2021-02-22 Thread Aditya Toshniwal
Hi, It is marked "to be fixed". I've unassigned it from you. On Tue, Feb 23, 2021 at 1:57 AM Frank Limpert wrote: > Dear Developers, > > https://redmine.postgresql.org/issues/5963 > > I created this bug report in redmine some months ago. Shortly after > that, someone assigned it to me. After al

[pgAdmin 4 - Bug #5963] SQL formatter interferes with multi-character operators

2021-02-22 Thread Frank Limpert
Dear Developers, https://redmine.postgresql.org/issues/5963 I created this bug report in redmine some months ago. Shortly after that, someone assigned it to me. After all this time, I've got the feeling, that someone is waiting for me to advance that topic somehow. Unfortunately, I can't add some

Re: db restore from sql file

2021-02-22 Thread Dave Page
On Mon, Feb 22, 2021 at 3:22 PM James B. Byrne wrote: > > > On Mon, February 22, 2021 04:14, Dave Page wrote: > > On Fri, Feb 19, 2021 at 8:00 PM James B. Byrne > > wrote: > > > >> > >> Is there no way to restore from an sql file from within pgadmin4? > >> > > > > Not at present, because pg_rest

Re: db restore from sql file

2021-02-22 Thread James B. Byrne
On Mon, February 22, 2021 04:14, Dave Page wrote: > On Fri, Feb 19, 2021 at 8:00 PM James B. Byrne > wrote: > >> >> Is there no way to restore from an sql file from within pgadmin4? >> > > Not at present, because pg_restore can't do it. You'd need to feed the file > into the psql command line u

Re: db restore from sql file

2021-02-22 Thread Dave Page
On Fri, Feb 19, 2021 at 8:00 PM James B. Byrne wrote: > I used pgadmin4 to create a dump file in plain sql. > > I am trying to use this file to populate a test database on another > postgresql > host. I can find the file previously created. It appears correct: > > [root@vhost01 ~ (master)]# fil