cvs

Started by Felipe Schnackover 23 years ago3 messagesgeneral
Jump to latest
#1Felipe Schnack
felipes@ritterdosreis.br

how i checkout 7.2 version from the cvs?

--

Felipe Schnack
Analista de Sistemas
felipes@ritterdosreis.br
Cel.: (51)91287530
Linux Counter #281893

Faculdade Ritter dos Reis
www.ritterdosreis.br
felipes@ritterdosreis.br
Fone/Fax.: (51)32303328

#2Neil Conway
neilc@samurai.com
In reply to: Felipe Schnack (#1)
Re: cvs

On Thu, 2002-11-28 at 06:42, Felipe Schnack wrote:

how i checkout 7.2 version from the cvs?

Specify the REL7_2_STABLE branch (cvs co -rREL7_2_STABLE pgsql-server).

Cheers,

Neil
--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

#3suresh s
sureshatwork@yahoo.com
In reply to: Neil Conway (#2)
Re: Createlang Pltclu failed

Error: Load of file /usr/lib/pgsql/pltcl.so

failed:

/usr/lib/pgsql/pltcl.so:
Undefined symbol: Tcl_CreateSlave
Createlang: language installation failed

u have to define a handler for the the language

these are the supported languages
'plpgsql', 'pltcl', 'pltclu', and 'plperl'.

run this script at postgres
---------------------------
CREATE FUNCTION pltcl_call_handler () RETURNS opaque
AS '/usr/lib/pgsql/pltcl.so'
LANGUAGE 'C';

CREATE PROCEDURAL LANGUAGE 'pltcl'
HANDLER pltcl_call_handler
LANCOMPILER 'PL/tcl';

this should solve the problem

suresh

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com