>
> r...@hightouchinc.com writes:
> > The last four lines in my postgresql.conf file, under
> > /var/lib/pgsql/9.0/data, are:
>
> > # (15 per hour * 6 hours = 90)
> > tcp_keepalives_count=90
> > tcp_keepalives_idle=240
> > tcp_keepalives_interval=240
>
> > I last changed this file on August 13th
The following bug has been logged online:
Bug reference: 5955
Logged by: Rob Grant
Email address: r...@occipital.com
PostgreSQL version: 9.0
Operating system: OS X
Description:One-click installer does not escape password
Details:
I provided the one-click installer
don't have access to the source code)?
Thanks,
Rob
-Original Message-
From: Tom Lane [mailto:t...@sss.pgh.pa.us]
Sent: Monday, August 09, 2010 2:41 PM
To: Rob Brucks
Cc: pgsql-bugs@postgresql.org
Subject: Re: [BUGS] BUG #5609: Exclusive Locks & Permission
"Rob Brucks&q
The following bug has been logged online:
Bug reference: 5609
Logged by: Rob Brucks
Email address: rob.bru...@rackspace.com
PostgreSQL version: 8.3.7
Operating system: Ubuntu 8.04
Description:Exclusive Locks & Permission
Details:
If a user that does not
The following bug has been logged online:
Bug reference: 5343
Logged by: Rob Dean
Email address: rob.d...@pressassociation.com
PostgreSQL version: 8.3
Operating system: linux
Description:Documentation error for pg_dump
Details:
The last sentence of the penultimate
The following bug has been logged online:
Bug reference: 5037
Logged by: Rob Resendez
Email address: rob.resen...@cpsinet.com
PostgreSQL version: 8.3.7
Operating system: Linux
Description:jdbc bug \u
Details:
resultSet.getObject() returns \ufffd when I expect
The following bug has been logged online:
Bug reference: 4970
Logged by: Rob Wultsh
Email address: wult...@gmail.com
PostgreSQL version: 8.4
Operating system: N/A
Description:Broken link in manual
Details:
http://www.postgresql.org/docs/8.4/static/geqo-biblio.html
The following bug has been logged online:
Bug reference: 3953
Logged by: Rob von Nesselrode
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3
Operating system: WIndows XP
Description:No PostGIS option in installer
Details:
That it! No PostGIS option in
character(1)|
Indexes:
"i_destnum" btree (destnum)
"i_orignum" btree (orignum)
Table "public.anitmp"
Column | Type | Modifiers
+-+---
ani| bigint |
istf | boolean |
Anyone have any ideas for me?
two almost identical queries: one searches for
read in ('N','n')
and the other searches for
read in ('Y','y').
the (explain) SQL statement says that one uses the
index on the (read) field and the other does a
sequential table scan. Why!!! I can think of no
logical reason for this behav
The following bug has been logged online:
Bug reference: 1489
Logged by: rob delong
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.0.1
Operating system: RH 9
Description:configure confusion
Details:
Not really a bug, but it confused me for a bit. Thought
ersions
HINT: Rebuild the index with REINDEX.
Doing so failed with a 'duplicated values' error. Instead I have had to
remove two of the dupe rows as time is pressing on.
Thanks anyway.
Regards,
--
Rob Fielding
[EMAIL PROTECTED]
www.dsvr.co.uk
ewed transaction and change log. The transaction table is foreign
keyed to 'id' and includes only one INSERT log, as expected. It was a
good job I didn't foreign key on 'oid' instead :)
Thanks for the info.
--
Rob Fielding
[EMAIL PROTECTED]
www.dsvr
his will effectively cut off any attempt to get to the bottom of
this. I'll hang fire for a few hours on this incase any of the pg devel
team happen upon this message.
Cheers,
--
Rob Fielding
[EMAIL PROTECTED]
www.dsvr.co.uk Development
Designer S
not null
Indexes:
"q_certs_pkey" primary key, btree (id)
Triggers:
tr_trans BEFORE INSERT OR UPDATE ON q_certs FOR EACH ROW EXECUTE
PROCEDURE tr_trans()
Inherits: _q
--
Rob Fielding
[EMAIL PROTECTED]
www.dsvr.co.uk Development
Desig
POSTGRESQL BUG REPORT TEMPLATE
Your name : Rob Fielding
Your email address : [EMAIL PROTECTED]
System
I applied the patch, and recompiled postgres, then recompiled my program
using the PQescapeString function.
My program can now compile fine, but any attempt to run it results in the
following error message.
"the ordinal 88 could not be located in the Dynamic Link Library libpq.dll&
e exported during the win 32 build.
Thanks
Rob
_
Chat with friends online, try MSN Messenger: http://messenger.msn.com
---(end of broadcast)---
TIP 5: Have you checked our extensive
You probably need to configure your firewall. RedHat 7.2 installs, by
default, with firewall settings that do not allow access to most ports.
root@localhost> /usr/sbin/setup
Then select firewall setup and add ports 5432:tcp and (possibly) 5432:udp
manually.
--rob
P.S. I admire your Engl
>$ARGV[0].data.sql";
$junk = ;# drop first line with user/pass stuff;
while () {
$flag = 1 if /^COPY/;
if ($flag) {
print OUT2;
} else {
print OUT;
}
};
Hope this helps isolate the issue.
--rob
Whenever I run pgexec(), my program always crashes
the next time I run it or make any memory allocation. Something tells me
that either that function or pqclear() is deleting an already deleted
pointer...
Rob Stoddard
[EMAIL PROTECTED]
21 matches
Mail list logo