Re: Error Message

2020-05-04 Thread Akshay Joshi
Hi Brian Can you please provide the exact steps to reproduce? It seems that you are using PostgreSQL/EDB Postgres Advanced Server 12. I have tried to reproduce the issue based on the query you have specified, but unable to find any issue. On Mon, May 4, 2020 at 9:22 PM Brian Hansen wrote: > So

Re: What does this icon means?

2020-05-04 Thread Akshay Joshi
Hi Edson On Tue, May 5, 2020 at 5:38 AM Edson Richter wrote: > Perfect answer! Thanks. > But now I have an issue: this table, for sure, has no inheritance - just > because we use no inheritance in this project at all. > > What would be causing this? > Run the below query on the database

Re: What does this icon means?

2020-05-04 Thread Aditya Toshniwal
On Tue, May 5, 2020 at 9:32 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > On Tue, May 5, 2020 at 5:38 AM Edson Richter > wrote: > >> Perfect answer! Thanks. >> But now I have an issue: this table, for sure, has no inheritance - just >> because we use no inheritance in

Re: What does this icon means?

2020-05-04 Thread Khushboo Vashi
Hi, On Tue, May 5, 2020 at 5:38 AM Edson Richter wrote: > Perfect answer! Thanks. > But now I have an issue: this table, for sure, has no inheritance - just > because we use no inheritance in this project at all. > > Provide some details to investigate the issue. - PostgreSQL Version - pgAdmin

Re: What does this icon means?

2020-05-04 Thread Edson Richter
Perfect answer! Thanks. But now I have an issue: this table, for sure, has no inheritance - just because we use no inheritance in this project at all. What would be causing this? Atenciosamente, Edson Richter Soli Deo Gloria -- Mensagem original-- De: Murtuza Zabuawala Data:

Re: What does this icon means?

2020-05-04 Thread Murtuza Zabuawala
Hi, The icon indicates that the table is inherited. Please refer https://redmine.postgresql.org/issues/3174 for more details. Regards, Murtuza On Tue, 5 May 2020, 03:26 Edson Richter, wrote: > K  > > Would the development team create a documentation page describing each > icon used in

RE: What does this icon means?

2020-05-04 Thread Edson Richter
K  Would the development team create a documentation page describing each icon used in the object tree? Thanks, Edson De: Cherio Enviado: segunda-feira, 4 de maio de 2020 18:38 Para: Edson Richter Cc: pgadmin-support lists.postgresql.org Assunto: Re:

Re: What does this icon means?

2020-05-04 Thread Cherio
My interpretation is it is telling you which way to look. Sorry :) On Mon, May 4, 2020 at 10:17 AM Edson Richter wrote: > A small arrow at table icon means what? > > > > Thanks, > > Edson >

Fwd: Error Message

2020-05-04 Thread Brian Hansen
So I installed pgAdmin 4 and many times when I am going to certain sections, it errors out showing this error. https://snipboard.io/TyU8b3.jpg This error is always caused by the LENGTH(spc.spcname) portion of the query.and it can be corrected by updating to LENGTH(spc.spcname::text), but I

What does this icon means?

2020-05-04 Thread Edson Richter
A small arrow at table icon means what? [cid:27745b36-5e15-4fdb-b757-89690e8eea9a] Thanks, Edson

Re: pgAdmin 4.20 and 4.21 cannot create foreign key

2020-05-04 Thread Doug Reed
I've seen it as well. On Mon, May 4, 2020 at 4:18 AM Akshay Joshi wrote: > Hi Edson > > I have tried on PostgreSQL 9.6 and 10, not able to reproduce the issue. > Can you please provide the exact steps and the example table? > > On Sun, May 3, 2020 at 12:20 AM Edson Richter > wrote: > >> Using

Re: Dashboard graphs are not drawn with 4.20 or 4.21

2020-05-04 Thread Shaheed Haque
I found the issue. When I looked at the Network traffic in the developer console, the vendors~chart.chunk.js was still showing as being fetched from cache. So, I disabled the che using the radio button there, and now the graphs show up as expected. Thanks for all your help, and please consider

Re: Dashboard graphs are not drawn with 4.20 or 4.21

2020-05-04 Thread Shaheed Haque
Good news: I verified that it works fine under Chromium. However, under Firefox, despite clearing of the cache for localhost, the console has this error: ChunkLoadError: Loading chunk 14 failed. (missing: http://localhost:5050/static/js/generated/vendors~chart.chunk.js) 5 app.bundle.js:1:1137

Re: Pgadmin4 Debian

2020-05-04 Thread Dave Page
Hi On Fri, May 1, 2020 at 5:05 PM Mark Murawski wrote: > Hi Dave, > > Thanks! > > Starting up /usr/pgadmin4/bin/pgadmin4 from the snapshot does work. > Installing the packages I hit a dependency that was missing: > libapache2-mod-wsgi-py3 > > I've installed libapache2-mod-wsgi-py3 and the

Re: pgAdmin 4.20 and 4.21 cannot create foreign key

2020-05-04 Thread Akshay Joshi
Hi Edson I have tried on PostgreSQL 9.6 and 10, not able to reproduce the issue. Can you please provide the exact steps and the example table? On Sun, May 3, 2020 at 12:20 AM Edson Richter wrote: > Using PostgreSQL 9.6 on Linux Centos 7 x64 - yum standard installer. > pgAdmin 4.20 and 4.21 on