Top "Phppgadmin" questions

phpPgAdmin is a fully functional web-based administration utility for a PostgreSQL database server.

Error on creating database in phppgadmin

I have PostgreSQL 9.2.0. On clicking create database it shows following error: SQL error: ERROR: column "spclocation" does not exist LINE 1: ...…

database postgresql-9.2 phppgadmin
Import sql dump using phppgadmin

I have phppgadmin version 5.0.4, When I click button SQL (in top-right of phppgadmin ) I must obtain window for importing sql …

phppgadmin
How to use phpPgAdmin with Postgres

I have installed Postgres 8.4 on Centos 6.4 64 bit by yum. I want to manage Postgres Databases with phpPgAdmin-5.0.4-1 installed by …

postgresql phppgadmin
Transaction roll back not working in Postgresql

I am working on PostgreSQL 9.1.4 . I am inserting the data into 2 tables its working nicely. I wish to apply transaction …

sql postgresql postgresql-9.1 phppgadmin php-pgsql
SQL: convert backup file from copy format to insert format

I have a PostgreSQL backup made with PHPPgadmin using Export > Copy (instead Copy > SQL which is actually what …

sql postgresql phppgadmin
Installing phpPgAdmin 5.1 on Ubuntu 16.04 with PostgreSQL 10 not supported

Install based on https://www.howtoforge.com/tutorial/ubuntu-postgresql-installation/ in my ubuntu 16.04 Log into http://localhost/phppgadmin/ PostgreSQL, browser show …

postgresql ubuntu phppgadmin
How to get a DataBase Design for POSTGRESQL to create a ER-Diagram?

I am using postgresql 9.2 postgres=# select version(); version ------------------------------------------------------------- PostgreSQL 9.2.4, compiled by Visual C++ build 1600, 64-bit (1 row) and pgadmin III …

postgresql reverse-engineering postgresql-9.2 pgadmin phppgadmin
How to fix “ERROR: column relhasoids does not exist” in phpPgAdmin?

I'm updating a Linux server with a new version of PostgreSql and I have an Error Message in phpPgAdmin when …

postgresql phppgadmin
Postgresql, phpPgAdmin in xammp

Hi I have this error while I'm trying to launch phpPgAdmin: Your PHP installation does not support PostgreSQL. You need …

php xampp phppgadmin php-pgsql
INSERT INTO PostgreSQL

I have got a little problem with SQL. I'm trying to insert 2 values into my table. that's my query: INSERT …

sql postgresql insert phppgadmin