Top "Enterprisedb" questions

EnterpriseDB (EDB) is the vendor of EDB Postgres Advanced Server, an Oracle-compatible variation of PostgreSQL, and associated tooling

Alter column set not null fails

Consider the following table with approximately 10M rows CREATE TABLE user ( id bigint NOT NULL, ... CONSTRAINT user_pk PRIMARY KEY (…

postgresql alter notnull enterprisedb
No getdate() function in EnterpriseDB PostgreSQL

Do you have any idea on how to have a getdate() function in EnterpriseDB PostgreSQL? I upgraded to EDB-PSQL, and …

postgresql enterprisedb
Is the debugger plug-in not available for PostgreSQL 9.2 EnterpriseDB for Win7 x-64

I followed the installation notes C:\Program Files\PostgreSQL\9.2\doc\installation-notes.html Edited the postgresql.conf file shared_preload_libraries = …

debugging plugins failed-installation postgresql-9.2 enterprisedb
SCRAM authentication requires libpq version 10 or above in

I get an error when I try to connect to the Postgresql server with PHP, and I get an error …

php postgresql enterprisedb
List Partition in Postgres

I'm using Enterprise Postgres with Oracle Compatibilty. Here is a table I have created in my database. CREATE TABLE ALL_…

postgresql enterprisedb