pgAdmin is an Open Source administration and development GUI for PostgreSQL.

learn more… | top users | synonyms

0
votes
1answer
21 views

How to connect Pgadmin3 to a database on Virtualbox machine?

I have an Ubuntu Server with Postgresql server on Virtualbox machine (which runs on local machine), and Pgadmin3 on local machine. Now how can I connect with Pgadmin3 to a database on Virtualbox? I am ...
0
votes
0answers
10 views

Delete old postgres version

Can I delete my old postgresql version(8.4) in which I upgraded to version(9.2)? What commands I must use for that? And can I restore the backup script which I took from pgadmin3 to my new ...
1
vote
2answers
52 views

Canot connect to postgresql server from out

I want to connect to postgresql from another server but occur below error. i search and find some result like below but after do these again error occured in postgresql.conf change listen_addresses ...
0
votes
1answer
56 views

How to access Pgadmin3 on Ubuntu - OpenErp

On windows the allinone package automatically installs the pgadmin3 manager. On Ubuntu i've installed the all-in-one .deb package of openerp 7, it comes with the postgresql db on it, but i just can't ...
0
votes
1answer
20 views

Queries fail when tables are created with pgAdmin

I create a table with pgAdmin, a table User for exemple. When I make a query on this table I have an error : SELECT * FROM User erreur de syntaxe sur ou près de « User » There is no problem if i ...
0
votes
1answer
36 views

PostgreSQL Exception handling detail with GET STACKED DIAGNOSTICS

I am using simple function for exception handling the code is.. CREATE OR REPLACE FUNCTION test(INT4) RETURNS void as $$ DECLARE v_state TEXT; v_msg TEXT; v_detail TEXT; ...
-2
votes
0answers
33 views

postgreSQL periodically delete table data [closed]

I'm working with pgAdmin III and am looking to delete table lines that have the value of Valid (column of type character (1)) equals to 0 periodically (each day) I've installed bgAgent but didn't know ...
0
votes
2answers
49 views

Create a new function from an existing function in Postgres?

I have created a function function_1() in Postgres. Now I want to create another similar function function_2() and copy the content of function_1(). Any Postgres command line can do that? So far I ...
0
votes
1answer
90 views

How to solve PostgreSQL pgAdmin error “Server instrumentation not installed” for adminpack?

PostgreSQL 9.1 pgAdmin III on Ubuntu is giving this warning: Guru Hint - Server instrumentation not installed Server Instrumentation The server lacks instrumentation functions. pgAdmin II uses some ...
0
votes
0answers
22 views

Postgresql pgAdmin COPY issue

I have an sql script which creates a table and then populates it with a COPY FROM STDIN command. The issue i am facing here is that the sql runs fine from the command line but pgAdmin gives me a ...
0
votes
1answer
30 views

how to save database for use in jsp web app

I'm trying to create my first very simple web app. I created my database in pgadmin but I don't know how to save it so I can perform basic sql operations such as INSERT, DELETE, ADD, etc through my ...
2
votes
2answers
70 views

Problems running AUTO_VACUUM (to prevent wrap-around) on a very large table

I'm having a problem and need some advice. I am normally a developer, however with recent staff changes at my company I am now the sole IT person, so I'm having to branch into a lot of unknown areas ...
0
votes
1answer
136 views

pgAdmin III An error has occurred: Error connecting to the server: to rails webrick server in development enviroment

I'm building my first rails app with PostgreSQL, everthing has been going fine but now I need to get direct access to the database. I was hoping to use a GUI like pgAdmin III but I'm not sure how to ...
0
votes
1answer
37 views

PostgreSQL: How do I backup database with name A and load it to database with name B?

I have two databases on the same server. One named A and one named B. Booth databases have the same structure. I want to empty database B and load it with data from database A. Which is the best way ...
0
votes
1answer
92 views

Some PostgreSQL databases not visible through clients like Navicat or pgAdmin

When I log in to see my remote PostgreSQL databases with pgAdmin or Navicat, I can connect without any problems, and the first three databases in the list below show up fine. But for some reason I ...
0
votes
3answers
117 views

Change primary key to auto increment

I have a table Player, and a primary key playerID which is character(7). I have some records in this table already, and also have some other tables that has playerID as a foreign key, and those tables ...
0
votes
1answer
141 views

Restore or convert file.dump into pgAdmin

I have a problem with a dump file that client give me to make a file to connect with postgres database in php, and I do this first Rename this file ssdf_master.dump to ssdf_master.sql to execute in ...
-2
votes
2answers
56 views

Is there anyway of automatically backing up my postgresql database through pgadmin to Amazon S3? [closed]

I would like to know if it is possible to automatically backup my postgresql database through pgadmin and send it off to amazon S3. Is this possible?
0
votes
0answers
14 views

Autokey prints strange BS characters in PgAdmin3 on Ubuntu

I'm using Autokey 0.90.1 on Ubuntu 12.10. I would like to use Autokey in PgAdminIII (1.14.2). I have the following defined (abbreviation -> phrase): ts -> Test phrase number one! tst -> Test ...
1
vote
1answer
265 views

Connecting to a Redshift cluster from pgAdmin

UPDATE: also asked on the PgAdmin-support mailing list here. So I have an AWS Redshift cluster up and running, and I'm able to connect to it from the command line with $ psql -h host -d database ...
0
votes
1answer
110 views

creating table having foreign key that reference another table

I am using PGAdminIII database. I have one table named STOCKREGISTER which contains composite primary key consisting of three fields ie stockregisterId,applicationId and date. I have to create ...
0
votes
1answer
56 views

PostgreSQL : variable scope in the pgAdmin debugger

I am trying to get to know the pgAdmin debugger and am fairly new to PostgreSQL. I don't know if the behavior I'm seeing is because of a mistake I am making or simply because of limitations in the ...
0
votes
1answer
43 views

Export “Create Aggregate” functions from PostgreSQL

I have created some user defined aggregate functions. However, I cannot see a way to export them in pgAdmin. Or any other way. I can see the underlying functions, but not the CREATE AGGREGATE ...
1
vote
1answer
37 views

With pgAdmin debugger is it possible to examine the contents of temporary tables used in the function?

When stepping through a function in the pgAdmin debugger, how to examine the contents of temporary tables, if that is possible?
1
vote
1answer
196 views

How to configure pgAdmin III to open default database and select tables node on startup?

99% of the time when I start pgAdmin III, I need to look at the tables of one specific database. It is annoying as hell to click through the tree every time. When I open pgAdmin, I would like it to ...
0
votes
1answer
107 views

pgAdmin III: How to view a blob?

I understand that PostgreSQL writes BLOB content to a separate table, but is there any way to view the blob contents in an easy and convenient way from inside pgAdmin?
0
votes
1answer
37 views

unable to connect to PPAS instance in HP Cloud using pgAdmin on Windows 7 PC

With a fresh PPAS image in the HP Cloud, is it possible to connect to that remote image from pgAdmin running on a Windows 7 PC without first making any changes to the PPAS configuration up in the ...
0
votes
1answer
42 views

Postgresql error : Error : ACL arrays must be one dimensional when connecting through pgAdminIII 1.16 [closed]

I am trying to connect to my remote postgresql database using pgAdminIII. I am able to connect to the database server via command line using psql client. But when I try to connect using pgAdminIII ...
1
vote
1answer
143 views

debug PostgreSQL function in pgAdmin: installation script fails

I have 9.2 installed and wanted to try the debugger. Followed the instructions for enabling it, including making sure user was superuser, but Debug option remains grayed out on the Tools menu and ...
1
vote
1answer
124 views

OpenERP on VPS, and redirection of Postgresql to Local Machine

Please, any help will be appreciated, i have an OpenERP installed with all its components (Postgres, Web server, Server) in a VPS.. And I would like to use this PostgreSQL from my local machine ...
1
vote
3answers
168 views

Handling PostgreSQL Creating Tables, Associations, and Rails

Long story short I decided to wipe out my database on my localhost and experiment with posgreSQL and pgAdmin with my Rails app. I first deleted any servers I had via pgAdmin. I then ran db:create:all, ...
0
votes
1answer
51 views

Can pgadmin manage large objects?

Is pgadmin aware of PostgreSQL large objects?
0
votes
1answer
27 views

pgadmin drop sequence

In an SQL script I declare drop sequence if exists my_sequence_seq cascade; pgadminIII, version 1.14.3 displays the following error: the relation my_sequence_seq already exists I don't see my ...
0
votes
0answers
70 views

pgadmin and the sequences

How to disable the automatic creation of sequences ? I am using PowerAMC for the creation of my sql script. This tool generales automatically the sequences according to a syntax.
1
vote
2answers
763 views

pgAdmin III (pgadmin3_92.x86_64 0:1.16.1-1.rhel6 ) won't start

OS on which I've isntalled pgAdmin: Centos 6.3 Postgresql 9.2 is installed on another machine (not sure if this matters) Have installed pgadmin3_92 via postgresql repo. When I go: Applications ...
-1
votes
1answer
128 views

How to take backup of postgresql from hosted pgadmin? [closed]

I want to take backup of my database from pgadmin. When i export database, it will download dump.sql with 0 byte size. Kindly help me to get backup of my complete database.
0
votes
1answer
145 views

How to pass object (table or column) names into a stored procedure

As far as the specs to get out of the way, it is PostgreSQL 9.2, with the database through PgAdmin3, and the format of the table as a shapefile. If there are any additional details necessary I will ...
3
votes
2answers
221 views

Python psycopg2 - Logging events

I'm using psycopg2, and I have a problem with logging events(executed queries, notifications, errors) to a file. I want to get effect like in PgAdmin history window. For example I'm executing this ...
1
vote
1answer
1k views

pgadmin gives me the error: no password supplied

I've installed postgresql 9.2 on linux (kubuntu) and the last version of pgadmin3, but when I connect them I have this error: An error has occurred: Error connecting to the server: fe_sendauth: no ...
0
votes
1answer
355 views

Conflict with Server Version of PostgreSQL 9.2.1 and pg_dump Version 9.1.4 (Rails 3.2.9)

I recently did a clean install of Lion Server on my Mac Mini Server then immediately upgraded to Mountain Lion without copying any of my data from my backup files. Then I reinstalled my Rails ...
1
vote
3answers
83 views

SQL returns null when like criteria contains more than one character

I'm using SQL to try and return a subset of entries from a table with 3.5m rows using PGAdmin. The following code returns 131,970 rows: SELECT orgs.org_name, orgs.org_oid FROM public.orgs ...
0
votes
1answer
99 views

I have installed WxWidgets, but PgAdmin cannot see it

There was a similar question (here or on some related SE site), but I didn't find so I ask a new question (if you find it, send a link and vote to close this question if they are too similar). I have ...
0
votes
1answer
63 views

Cannot make a relation to table with deferrable primary key

I'm building my first PostgreSQL database. Now it's just two tables (table A with 1:N relation to table B). Table A has a non-deferrable primary key, while table B has a deferrable primary key. When I ...
3
votes
2answers
184 views

PgAdmin sometimes crash when clicking SQL query button

I know this question may be seen as a duplicate with this one. I even have almost the same configuration (PostgreSQL 9.1.3, pgAdmin III 1.14.3, 32 bit Windows). What is the difference and the reason I ...
0
votes
1answer
147 views

Connecting a SQL server from a postgresql instance

I have an SQL server running with lot of existing Data and I need to connect it via postgresql instance which is on my system. I used the below link. But its not actually what I want. ...
1
vote
1answer
82 views

How To See User Database On PGAdminIII with Heroku?

I set up PGAdmin III with my Heroku database. I was wondering how I can see my Users database. I am still building my website so I wanted to test how they are being registered in the database. ...
0
votes
0answers
171 views

How can I create an updateable view in Postgres using pgAdmin

I created a view in Postgres using pgAdmin III. When I view the data all the columns are not editable. I found out that views in Postgres are not updateable by default. After doing some searching I ...
0
votes
2answers
78 views

I have a trouble about a SQL instruction on PostgreSQL

I have the follow instruction on PostgreSQL: CREATE TABLE ACTOR( ACT_CUIL NUMERIC(8,0) NOT NULL, ACT_NOMBRE CHARACTER VARYING(25) NOT NULL, ACT_APELLIDOPAT CHARACTER ...
1
vote
1answer
52 views

PostgreSQL on Herkou “lacks instrumentation functions”

When I connect pgAdmin III to PostgreSQL on Herkou it says: "The server lacks instrumentation functions ..." How to install these functions on Heroku - on a server which is like a black box?
0
votes
1answer
61 views

PostgreSQL autoincremented default value [duplicate]

Possible Duplicate: Increment value of a table ID for each INSERT I need to set DEFAULT VALUE on one table, with structure: column1 | column2 | column3 ...

1 2 3 4