Re: [ADMIN] How to restore updated records

2007-06-12 Thread Mensinger, Oliver
Ivan, if you have configured WAL archiving, you may want to look at http://www.postgresql.org/docs/8.1/static/backup-online.html, especially paragraph '23.3.4. Timelines'. List: Maybe someone already hacked the postmaster to extract deleted records?! HTH, Oliver. -Ursprüngliche Nachricht-

[ADMIN] Postgresql - Windows platform

2007-06-12 Thread Jayakumar_Mukundaraju
Hi, I installed postgresql in windows platform. I want to setup the server and client configuration on this. Kindly help me. (Server and client configuration). What are the configuration files I have to modify. Kindly reply ASAP. Waiting for your reply. Thanks & Regards Jayakumar M

Re: [ADMIN] Postgresql - Windows platform

2007-06-12 Thread Richard Broersma Jr
--- Jayakumar_Mukundaraju <[EMAIL PROTECTED]> wrote: > I installed postgresql in windows platform. I want to setup the server > and client configuration on this. Kindly help me. (Server and client > configuration). What are the configuration files I have to modify. > Kindly reply ASAP. Waiting fo

Re: [ADMIN] How to restore updated records

2007-06-12 Thread zz_11
No, I do not have WAL archiving. I hope some one have done the hacking in postmaster. If no one have done this, my idea was to change the vacuum (or make e new copy). I am not familiar with pg code, but as I know by running vacuum, pg marks deleted records as free, and my idea was to mark this rec

[ADMIN] A question about memory usage

2007-06-12 Thread Arnau
Hi all, I have a server with 4GB of RAM and I wanted to know how much memory is being used by a PostgreSQL. To do so I have executed the following: ps -A -o rss,vsz,command|grep postgres | awk '{rss += $1; vsz += $2 } END { print "Real: ",rss/1024"MB Virtual: ",vsz/1024"MB" }' And the resul

Re: [ADMIN] A question about memory usage

2007-06-12 Thread Adam Tauno Williams
>I have a server with 4GB of RAM and I wanted to know how much memory > is being used by a PostgreSQL. To do so I have executed the following: >ps -A -o rss,vsz,command|grep postgres | awk '{rss += $1; vsz += $2 } > END { print "Real: ",rss/1024"MB Virtual: ",vsz/1024"MB" }' > And the resul

[ADMIN] psql : Error: Cannot stat /pgdata/8.2/main

2007-06-12 Thread Joost Kraaijeveld
Hi, I have moved my database files from their default location to their own partition on with their own controller and disks. PostgreSQL works OK and I can connect with Pgadmin (Debian Lenny AMD64, PostgreSQL 8.2.4). When I want to connect with psql however (with a non-root account) I get the fol