[ADMIN] 8.3.4 rpms for Opensuse10.3 64bit

2008-09-22 Thread Gerd König
Hello, a few months ago we started using Postgres on Opensuse10.3-64bit. We installed Postgres 8.3.1 with the (at that time) latest available rpm's. But now Postgres' current version is 8.3.4 and I'm wondering why there are no new rpm's for Opensuse ?!?! The suse build service still offers me 8.3.

[ADMIN] Re: 40歳以上で心も身体も癒やされたい 方は[癒やし家]へお越し下さい。

2008-09-22 Thread Jagadeesh
I do not know what was the question and what was the answer :( -- Sent via pgsql-admin mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin

Re: [ADMIN] Select all table column names for a specified tablename (per the system catalogs)

2008-09-22 Thread Tom Lane
Joshua Drake <[EMAIL PROTECTED]> writes: > kevin kempter <[EMAIL PROTECTED]> wrote: >> ... I got this far (see >> below) however this query produces additional rows with attname's >> like tableoid, cmax, xmax ctid, etc. >> >> select attname from pg_attribute where attrelid = (select oid from >>

Re: [ADMIN] displaying enum

2008-09-22 Thread Tom Lane
"Scott Marlowe" <[EMAIL PROTECTED]> writes: > Does anyone know if there's plans afoot to add this to 8.4 psql as a > \d command? Seems it could be useful. Heck, if there was just a bit > more data in the \dT output we'd be set. Done already, see \dT+ ... regards, tom lan

Re: [ADMIN] Select all table column names for a specified tablename (per the system catalogs)

2008-09-22 Thread Joshua Drake
On Mon, 22 Sep 2008 16:06:06 -0600 kevin kempter <[EMAIL PROTECTED]> wrote: > Hi List; > > I want to pull the list of column names from the system catalogs for > a specified table. I only want column names, I want to exclude any > index names, or other non-column name rows. I got this far (see >

[ADMIN] Select all table column names for a specified tablename (per the system catalogs)

2008-09-22 Thread kevin kempter
Hi List; I want to pull the list of column names from the system catalogs for a specified table. I only want column names, I want to exclude any index names, or other non-column name rows. I got this far (see below) however this query produces additional rows with attname's like tableoid

Re: [ADMIN] question on pg_ctl

2008-09-22 Thread Tena Sakai
Many thanks, Scott! Tena -Original Message- From: Scott Marlowe [mailto:[EMAIL PROTECTED] Sent: Mon 9/22/2008 11:21 AM To: Tena Sakai Cc: [email protected] Subject: Re: [ADMIN] question on pg_ctl On Mon, Sep 22, 2008 at 11:49 AM, Tena Sakai <[EMAIL PROTECTED]> wrote: > Hi Ever

Re: [ADMIN] question on pg_ctl

2008-09-22 Thread Scott Marlowe
On Mon, Sep 22, 2008 at 11:49 AM, Tena Sakai <[EMAIL PROTECTED]> wrote: > Hi Everybody, > > I want to change a line in postgresql.conf (shared_buffers) > and then issue a command: > pg_ctl reload > > This forces the postmaster process to reread the configuration > file with new shared_buffer valu

[ADMIN] question on pg_ctl

2008-09-22 Thread Tena Sakai
Hi Everybody, I want to change a line in postgresql.conf (shared_buffers) and then issue a command: pg_ctl reload This forces the postmaster process to reread the configuration file with new shared_buffer value. And the postgres process that comes to life from this point on will execute with t

Re: [ADMIN] Error while trying to back up database: out of memroy

2008-09-22 Thread Scott Marlowe
As Tom mentioned, it sounds like you're being bitten by the oom killer. If, for some reason, you cannot run with it turned off, then add a really big swap space so it delays the onset of sudden death by oom to something really big. Is It possible your work_mem is set too high? -- Sent via pgsql

Re: [ADMIN] displaying enum

2008-09-22 Thread Scott Marlowe
Does anyone know if there's plans afoot to add this to 8.4 psql as a \d command? Seems it could be useful. Heck, if there was just a bit more data in the \dT output we'd be set. On Mon, Sep 22, 2008 at 8:53 AM, <[EMAIL PROTECTED]> wrote: > Assuming you are are running 8.3, you can do this: > >

Re: [ADMIN] SIGKILL and force disconnecting user sessions

2008-09-22 Thread Brian A. Seklecki
On Mon, 2008-09-22 at 17:06 +0200, Tino Schwarze wrote: > > As far, as you do not really use SIGKILL (9), but SIGTERM (15), > everything should be fine. Yea my bad -- SIGTERM not SIGKILL. Thanks for confirming. A nice little SQL macro would be awesome: DISCONNECT or TERMINATE But handling it v

Re: [ADMIN] displaying enum

2008-09-22 Thread Lennin Caro
--- On Mon, 9/22/08, Jagadeesh <[EMAIL PROTECTED]> wrote: > From: Jagadeesh <[EMAIL PROTECTED]> > Subject: [ADMIN] displaying enum > To: [email protected] > Date: Monday, September 22, 2008, 1:20 PM > Hi admins, > > I had created enum and forgotten what were the values. Is > there any >

Re: [ADMIN] SIGKILL and force disconnecting user sessions

2008-09-22 Thread Tino Schwarze
On Mon, Sep 22, 2008 at 09:43:29AM -0400, Brian A. Seklecki wrote: BTW: What version of PG are you using? > We need to kill apache P-conn pools from a an application/web server > cluster for a specific database. We use a load-balancer, so we shut > down the HA L4 Service VIP that the web servers

Re: [ADMIN] displaying enum

2008-09-22 Thread chirag . dave
Assuming you are are running 8.3, you can do this: SELECT a.typname,b.enumlabel from pg_type a , pg_enum b where a.oid=b.enumtypid and a.typname='NAME_OF_ENUM'; Chirag Dave Afilias On Mon, Sep 22, 2008 at 9:20 AM, Jagadeesh <[EMAIL PROTECTED]> wrote: > Hi admins, > > I had created enum and for

Re: [ADMIN] Error while trying to back up database: out of memroy

2008-09-22 Thread Tom Lane
"Vladimir Rusinov" <[EMAIL PROTECTED]> writes: > But now I'm getting following error: > pg_dump: WARNING: terminating connection because of crash of another server > process As a rule of thumb, you should disable OOM kill on any server system. However, you might want to look into why the system's

[ADMIN] displaying enum

2008-09-22 Thread Jagadeesh
Hi admins, I had created enum and forgotten what were the values. Is there any way to see what I created? Thanks -- Sent via pgsql-admin mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin

[ADMIN] Error while trying to back up database: out of memroy

2008-09-22 Thread Vladimir Rusinov
Hi. First of all, sorry for my English. I hope you'll understand me. We have quite large database: about 10G with two tables with binary data (~7 Gb and ~2 Gb with 1-5 Mb rows, there are no rows bigger than 6 MBytes). We have 8 Gb ram, enough swap and 32-bit RHEL4 (I know, this is not very good)

[ADMIN] SIGKILL and force disconnecting user sessions

2008-09-22 Thread Brian A. Seklecki
This one really isn't in the docs, so we'll add it to the Wiki afterwords, but: We've got some shared PG instances with more than one production application (yes, I know this is a bad practice, but virtualization options are hit and miss). We need to kill apache P-conn pools from a an application

[ADMIN] Windows terminal session setup / initdb failure

2008-09-22 Thread Jan-Peter Seifert
Hello, we've been reported a problem with installing PostgreSQL v8.2.9 via ICA-Client - initdb failed with error code 128. Installation of v8.3 and strangely v8.1 was no problem. It seems to be an older problem: http://archives.postgresql.org/pgsql-hackers-win32/2004-08/msg00288.php Did you cha