Re: last word in text

From: Gregory Seidman <gss+pg(at)cs(dot)brown(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: last word in text
Date: 2003-01-15 18:41:50
Message-ID: 20030115184148.GA3571@cs.brown.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ian Harding sez:
} I am certain it can, but you could make pltcl available (if you have
} the rights) by typing
}
} createlang 'pltcl' yourdatabasename
}
} at the command prompt.

I have the rights, but I don't seem to have the library. I don't think I
compiled it when I configured/built postgresql in the first place.

% createlang --username=postgres --pglib=/Volumes/Database/postgresql/lib 'pltcl' template0
ERROR: stat failed on file '/Volumes/Database/postgresql/lib/pltcl': No such file or directory
createlang: language installation failed
%

} Ian Harding
--Greg

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Isaías Cristiano Barroso 2003-01-15 18:59:29 Connections count
Previous Message Jim Buttafuoco 2003-01-15 18:40:50 CREATE TYPE example needed