Re: Hibernate ERROR (Could not synchronize database state with session)

2019-05-21 Thread Dave Cramer
Couple things here. Pgadmin3 is no longer supported and secondly Pgadmin3 is not written in Java, nor does it use Hibernate. Not sure we can help you on this list. Regards, Dave Cramer On Tue, 21 May 2019 at 05:48, LOPES Filipe wrote: > Good Morning, > > > > I’m a support tec

Re: How can I see IDENTITY columns?

2018-08-08 Thread Dave Cramer
Oh, ok, that seems like a bug, at least a feature that should be there.. Dave Cramer On 8 August 2018 at 15:52, Rob Richardson wrote: > I have now downloaded pgAdmin 4 v3.1. It has the same problem. > I run this command: > > CREATE TABLE public.ide

Re: How can I see IDENTITY columns?

2018-08-08 Thread Dave Cramer
The attribute table now has an attidentity column. https://www.postgresql.org/docs/10/static/catalog-pg-attribute.html Curious why are you using with oid's Dave Cramer On 8 August 2018 at 14:16, Rob Richardson wrote: > I just learned about IDENTITY columns in PostgreSQL 10. I am wo

Re: pgadmin4 in Cloud Foundry

2018-04-20 Thread Dave Cramer
; > > Alternatively you can just use. https://github.com/CrunchyData/crunchy-containers/blob/master/centos7/10/Dockerfile.pgadmin4.centos7 Dave Cramer