Re: 7.1->7.2 data import timestamp problems

From: Sean Chittenden <sean(at)chittenden(dot)org>
To: Dan Langille <dan(at)langille(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-admin(at)postgresql(dot)org
Subject: Re: 7.1->7.2 data import timestamp problems
Date: 2002-02-23 20:18:46
Message-ID: 20020223121846.I62359@ninja1.internal
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> [1] - the change I made: this
>
> CREATE FUNCTION "plpgsql_call_handler" () RETURNS opaque AS
> '/usr/local/lib/plpgsql.so', 'plpgsql_call_handler' LANGUAGE 'C';
>
> became
>
> CREATE FUNCTION "plpgsql_call_handler" () RETURNS opaque AS
> '/usr/local/lib/postgresql/plpgsql.so', 'plpgsql_call_handler'
> LANGUAGE 'C';
>
> which is the default location under the latest FreeBSD port.

I've run into this a few times and have talked with the maintainer and
think that a note regarding this change may come in future versions of
the pgsql port.

Real quick, FreeBSD is currently building with MIT kerberos support
out of the box. Are there any plans to merge in the Heimdal kerberos
patches? -sc

--
Sean Chittenden

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Dan Langille 2002-02-23 20:31:31 Re: 7.1->7.2 data import timestamp problems
Previous Message Dan Langille 2002-02-23 20:14:53 Re: 7.1->7.2 data import timestamp problems