Re: [ADMIN] Update from 7.3.3 to 7.3.6

2004-08-09 Thread Mike Bell
Bell Cc: [EMAIL PROTECTED] Subject: Re: [ADMIN] Update from 7.3.3 to 7.3.6 "Mike Bell" <[EMAIL PROTECTED]> writes: > It appears that the tcl support is there. However, the lib now appears > to be called: > ./usr/lib/libpgtcl.so > Is this the same? No, it's not t

Re: [ADMIN] Update from 7.3.3 to 7.3.6

2004-08-09 Thread Mike Bell
From: Tom Lane [mailto:[EMAIL PROTECTED] Sent: 09 August 2004 16:55 To: Mike Bell Cc: [EMAIL PROTECTED] Subject: Re: [ADMIN] Update from 7.3.3 to 7.3.6 "Mike Bell" <[EMAIL PROTECTED]> writes: > We are in the process of moving from PostgreSQL 7.3.3 to 7.3.6 (Red > Hat). Howe

[ADMIN] Update from 7.3.3 to 7.3.6

2004-08-09 Thread Mike Bell
Hi, We are in the process of moving from PostgreSQL 7.3.3 to 7.3.6 (Red Hat). However, we are having a number of problems importing the database schema. Some of the SPs are written in TCL and it would seem that the library has changed. In the dump of the schema we have (comments removed for brevi

[ADMIN] Minimal required to run psql on remote machine

2004-08-09 Thread Mike Bell
Hi, I'd like to run psql on a remote machine. For security, there won't be login access granted for ssh sessions but we'd like to test various SPs and so forth. What is the minimum I have to install on to the remote machine so that I can connect with psql -h remote ? Cheers Mike -

Re: [ADMIN] Cache loolup failed problems with tsearch following pg_restore

2004-03-23 Thread Mike Bell
p;1 -Original Message- From: Oleg Bartunov [mailto:[EMAIL PROTECTED] Sent: 23 March 2004 15:20 To: Mike Bell Cc: [EMAIL PROTECTED] Subject: Re: [ADMIN] Cache loolup failed problems with tsearch following pg_restore Mike, I think the problem is that tsearch2 is referenced by your SP (stored

[ADMIN] Cache loolup failed problems with tsearch following pg_restore

2004-03-23 Thread Mike Bell
PostgreSQL 7.3.3 on i386-redhat-linux-gnu, compiled by GCC 2.96 I'm totallly stuck - I have seen pg postings which refer to droping and re-creating SPs but I don't have the knowledge of tseach2 to understand all the dependencies. Hope someone can help!! Cheers Mike