alessan...@nwsoftware.com.br wrote:
> I use PostgreSQL 9.0.6 and I´m with a problem using PostgreSQL with external
> network, by internet (cloud).
>
> If the user open the application and don´t use the application by minutes,
> the connection with database is lost, but if the user to use applicat
*Version and Operating System:*
PostgreSQL 9.2.2 on i686-pc-linux-gnu, compiled by gcc (GCC) 4.7.2, 32-bit
PostgreSQL 9.2.2, compiled by Visual C++ build 1600, 32-bit
*Description of Bug:*
I attached a file *input.sql* which contains a few commands necessary for
bug report. In summary:
create
On Wed, Jan 23, 2013 at 6:21 AM, Ben Morgan wrote:
> Given this, when using the psql command \d, I expect to see all the tables,
> and the view as well as the table. But instead the objects in the front-most
> schema mask the other objects.
>
> I'm submitting this as a bug, because it seems to be
Hi,
On Tue, 2013-01-22 at 17:13 +, georgi-georgiev-pg...@japannext.co.jp
wrote:
> The following bug has been logged on the website:
>
> Bug reference: 7823
> Logged by: Georgi Georgiev
> Email address: georgi-georgiev-pg...@japannext.co.jp
> PostgreSQL version: 9.2.2
> Ope
Hi,
On Tue, 2013-01-22 at 17:08 +, georgi-georgiev-pg...@japannext.co.jp
wrote:
> The following bug has been logged on the website:
>
> Bug reference: 7822
> Logged by: Georgi Georgiev
> Email address: georgi-georgiev-pg...@japannext.co.jp
> PostgreSQL version: 9.2.2
> Ope
Hi Tom,
We actually may find the cause of the problem. Last night we found two several
old rows in the jms_messages table which should be gone long time ago. Once we
deleted them, everything is back to normal, no more ERROR message. We suspected
these rows are corrupted.
Thanks a lot for your
On Tue, Jan 22, 2013 at 9:29 PM, Jeff Janes wrote:
> On Tuesday, January 22, 2013, Tom Lane wrote:
>>
>>
>> So what we need on Windows is for the data transfer thread to notice
>> when "Log_RotationSize > 0 && ftell(syslogFile) >= Log_RotationSize",
>> and then either signal the control thread to
On Sunday, December 9, 2012, Alvaro Herrera wrote:
> Tom Lane wrote:
> >
> > spam_ea...@gmx.net writes:
> > > postgres=# create user testuser with password 'secret';
> > > CREATE ROLE
> > > postgres=# create database testdb owner testuser;
> > > CREATE DATABASE
> > > testdb=> drop owned by testus
Jeff Janes writes:
> On Tue, Jan 22, 2013 at 9:29 PM, Jeff Janes wrote:
>> On Tuesday, January 22, 2013, Tom Lane wrote:
>>> So what we need on Windows is for the data transfer thread to notice
>>> when "Log_RotationSize > 0 && ftell(syslogFile) >= Log_RotationSize",
>>> and then either signal th
I admit - it sounds unlikely. However a simple scenario (attached) gives
rise to:
WARNING: AbortTransaction while in COMMIT state
PANIC: cannot abort transaction 880983, it was already committed
Essentially we are doing:
BEGIN;
DROP TABLE IF EXISTS tab0;
CREATE TEMP TABLE tab0 ( id INTEGER P
10 matches
Mail list logo