[ADMIN] Is there anyway to recover dropped tables ?

2000-07-11 Thread Michael Holopainen
Is there any way to recover accidently deleted (dropped) tables ? -michael (A)

[ADMIN] Installing the Man pages

2000-07-11 Thread G. Anthony Reina
I have Postgres 7.0.2 installed on my RedHat Linux 6.0 system, but realized today that I hadn't built any of the manual pages or documentation during that installation. I downloaded 7.0.2 again, did a configure, and then followed the instruction to do 'gmake install' in the src/postgresql-7.0.2/d

[ADMIN] Cusor handling

2000-07-11 Thread Steve Sargent
Is it possible when reading rows of data from a cursor to update each row in the database as you retrieve them from the cursor? Something along the lines of update table where current of cursor is what I'm looking for. The program is embedded 'C' running under Sun Solaris V2.7 |

[ADMIN] Users in psql

2000-07-11 Thread Jiri Solc
Hello. I need some advice about users in postgress. I study man pages, howto and web but I can not find how to create good privileges for users. I need to create user with all rights to one database - where he could create and drop tables, update and select from tables... In mysql it's easy