Hi,
On Wed, 4 May 2005, Lipy Reis wrote:
Anyone can help me find out RPM packs for Postgre 8.0 , i need it for Linux
"i586"
I just find RPMs for version i686 :(
Anybody more luck than me?
Why don't use rebuild RPMs from SRPMs?
--
Devrim GUNDUZ
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gundu
ma, 2005-05-02 kello 10:52 -0400, Tom Lane kirjoitti:
> Mauri Sahlberg <[EMAIL PROTECTED]> writes:
> > I'm starting to become desperate. On saturday I dumped all databases,
> > wiped whole postgresql installation. Installed newest rpms for Fedora 1,
> > restored databases. Recompiled client librari
Hi,
On Wed, 4 May 2005, Devrim GUNDUZ wrote:
Why don't use rebuild RPMs from SRPMs?
would be
" Why don't rebuild RPMs from SRPMs?"
rpmbuild --rebuild --target i686 ...src.rpm
will work.
--
Devrim GUNDUZ
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.tdmsoft.com.tr
I don't claim to be an export in this area, but here is how I am doing
things:
ADO connection snipit:
Set oTargetConn = New ADODB.Connection
oTargetConn.ConnectionString = "DRIVER={PostgreSQL};" _
& "SERVER=" & Me.txtHost & ";" _
& "UID=" & Me.txtLogin & ";" _
Party poopers! ;-)
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Enrico Weigelt
> This reminds me of a long and very satisfying thread on another
> db listserv, where some flailing newbie kept writing:
>
>
> HELP
>
>
> to the list, thinking he wa
On Tue, 2005-05-03 at 23:21, Lipy Reis wrote:
> Hello everyone,
>
> Anyone can help me find out RPM packs for Postgre 8.0 , i need it for
> Linux "i586"
>
> I just find RPMs for version i686 :(
>
> Anybody more luck than me?
>
Can you find them for i386? That's usually the other class mo
I have been looking into the Postgresql 8 docs and noticed that they
have a varchar_pattern_ops operator class to help get around the problem
with like and non-C locales. I am trying to find out if there is any
thing like this in the 7.3 server since we are still a good 6+ months
from being ab
"Chris Hoover" <[EMAIL PROTECTED]> writes:
> I have been looking into the Postgresql 8 docs and noticed that they
> have a varchar_pattern_ops operator class to help get around the problem
> with like and non-C locales. I am trying to find out if there is any
> thing like this in the 7.3 server
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> Considering that this is a security-related system catalog update, is
> there any way of providing some sort of signature for a message like
> this such that the community can feel that issuing some arcane commands
> as a superuser won't open a hol