logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Q&A
:
OACS with Postgresql 8
: One Message
Begin main content
Forum OpenACS Q&A: Re: Res: OACS with Postgresql 8
Search:
Back to OpenACS Q&A
5
:
Re: Res: OACS with Postgresql 8
(response to
1
)
Posted by
Dario Roig
on
02/17/06 11:34 AM
Code for solve problem with function bit in PostgreSQL 8
create or replace function bitfromint4 (integer)
returns bit varying as '
begin
return $1::bit(32);
end;' language 'plpgsql' immutable strict;
Back to OpenACS Q&A