Thread: Table access in postgres

Table access in postgres

From
Nima Ghorbany
Date:
hello,
i have just started using postgresql .i wanted to know if i can get lowlevel access to database tables.i want to see my contents in spreadsheet like tabels and columns and being able to modify them.i have seen tora in oracle.they say it can work on postgresql too,but i was unsuccessful.
does any one use any specific tool for this?

Re: Table access in postgres

From
Thomas Kellerer
Date:
Nima Ghorbany wrote on 08.01.2011 06:58:
> hello, i have just started using postgresql .i wanted to know if i
> can get lowlevel access to database tables.i want to see my contents
> in spreadsheet like tabels and columns and being able to modify
> them.i have seen tora in oracle.they say it can work on postgresql
> too,but i was unsuccessful. does any one use any specific tool for
> this?

Here is a list of applications that will probably do what you want:

http://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools

Regards
Thomas