for PostgreSQL questions specific to version 10
I am using three insert statements, and if there is an error in the third statement, I want to rollback …
postgresql postgresql-10I am looking at hibernate documentation here: https://docs.jboss.org/hibernate/orm/5.0/javadocs/org/hibernate/dialect/package-summary.html to …
postgresql hibernate hibernate-5.x postgresql-10i´m new to Postgres and Python. I´m trying to create a simple user table but i don´t …
python database postgresql python-3.6 postgresql-10I tried to run this query in PostgreSQL 10: select e.errordescription, CASE WHEN e.reworkempid is not null THEN get_…
sql postgresql set-returning-functions postgresql-10There are 4 configurations to enable the parallel and do the optimization, but the documentation of PostgreSQL doesn't says anything about …
postgresql postgresql-10I have an existing table in a postgres-DB. For the sake of demonstration, this is how it looks like: create …
sql postgresql database-partitioning postgresql-10I get the following error while restoring database from dump file on server: ERROR: relation "table_id_seq" does not …
postgresql postgresql-9.6 pg-dump postgresql-10I edited pg_hba.conf: sudo su postgres nano /etc/postgresql/10/main/pg_hba.conf and added this line: local …
postgresql authentication postgresql-10 sasl-scramI have a postgres docker image that i am using and I am enabling SSL on it. I want it …
linux docker postgresql-10