Re: Export Tool and Edit grid

From: Vibhor Kumar <vibhor(dot)aim(at)gmail(dot)com>
To: Dale Seaburg <kg5lt(at)verizon(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Export Tool and Edit grid
Date: 2011-03-01 18:32:15
Message-ID: DE162047-20C7-40EF-9D98-DE5B67508EAE@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


On Mar 1, 2011, at 11:00 PM, Dale Seaburg wrote:

> I have pgAdmin III 1.10.5 working with a 8.4.6 database. Looking at the pgAdmin III documentation, I see "Export Tool" and Edit Grid" mentioned, but I do not see either in my copy of pgAdmin III. What do I have to do to make those capabilities available?

1. launch PGAdmin and connect to the database
2. Once connected to the database server and database, launch the SQL Query window.
3. Now enter the SQL query into the top left box of the Query window, select Query from the top navigation bar, and click Execute from the drop down.
3. After executing the query the data will display in the bottom box of the Query window.
4. Now with the data displayed in the PGAdmin Query window you can export the data to a CSV file. Select File from the top navigation window and click on Execute from the drop down.

Edit Data.
1. Right Click on table -> view data option.

Please note Edit Grid is only for tables which primary key or any constraint which can uniquely identify each row.

Thanks & Regards,
Vibhor Kumar
vibhor(dot)aim(at)gmail(dot)com
Blog:http://vibhork.blogspot.com

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message daveg 2011-03-01 21:17:45 Re: [HACKERS] Re: PD_ALL_VISIBLE flag was incorrectly set happend during repeatable vacuum
Previous Message Dale Seaburg 2011-03-01 17:30:09 Export Tool and Edit grid