Hello,
We are using PgAdmin version 1.14.2, running on Windows 7 Enterprise
64bit, 3.2GHz CPU with 4GB RAM
to connect to postgres 9.1.1 linux x64 on centos 5.8
aspdata=# select version();
version
On Fri, 2012-04-20 at 17:09 -0400, Colin Beckingham wrote:
>
> On 04/20/2012 04:27 PM, Guillaume Lelarge wrote:
> > On Fri, 2012-04-20 at 10:25 -0400, Colin Beckingham wrote:
> >>
> >> On 04/20/2012 07:58 AM, Guillaume Lelarge wrote:
> >>> Hi Colin,
> >>>
> >>> On Fri, 2012-04-20 at 13:15 +0200, G
On 04/20/2012 04:27 PM, Guillaume Lelarge wrote:
On Fri, 2012-04-20 at 10:25 -0400, Colin Beckingham wrote:
On 04/20/2012 07:58 AM, Guillaume Lelarge wrote:
Hi Colin,
On Fri, 2012-04-20 at 13:15 +0200, Guillaume Lelarge wrote:
On Wed, 2012-04-11 at 17:13 -0400, Colin Beckingham wrote:
On
On Fri, 2012-04-20 at 10:25 -0400, Colin Beckingham wrote:
>
> On 04/20/2012 07:58 AM, Guillaume Lelarge wrote:
> > Hi Colin,
> >
> > On Fri, 2012-04-20 at 13:15 +0200, Guillaume Lelarge wrote:
> >> On Wed, 2012-04-11 at 17:13 -0400, Colin Beckingham wrote:
> >>>
> >>> On 04/11/2012 04:38 PM, Coli
On Fri, 2012-04-20 at 22:10 +0200, Bartosz Dmytrak wrote:
>
> 2012/4/20 Guillaume Lelarge
> I tried on PostgreSQL 9.2dev, and I get the same error without
> using
> pgAdmin. So the problem is within PostgreSQL, not pgAdmin. I
> only have
> the error if I us
2012/4/20 Guillaume Lelarge
> I tried on PostgreSQL 9.2dev, and I get the same error without using
> pgAdmin. So the problem is within PostgreSQL, not pgAdmin. I only have
> the error if I use the VERBOSE option. EXPLAIN, and EXPLAIN ANALYZE
> without verbose work great. So I guess you should com
On 04/20/2012 07:58 AM, Guillaume Lelarge wrote:
Hi Colin,
On Fri, 2012-04-20 at 13:15 +0200, Guillaume Lelarge wrote:
On Wed, 2012-04-11 at 17:13 -0400, Colin Beckingham wrote:
On 04/11/2012 04:38 PM, Colin Beckingham wrote:
Guillaume, I see the missing column name in index-properties has
Hi Colin,
On Fri, 2012-04-20 at 13:15 +0200, Guillaume Lelarge wrote:
> On Wed, 2012-04-11 at 17:13 -0400, Colin Beckingham wrote:
> >
> > On 04/11/2012 04:38 PM, Colin Beckingham wrote:
> > > Guillaume, I see the missing column name in index-properties has been
> > > fixed. Thanks.
> > >
> > > H
On Wed, 2012-04-11 at 17:13 -0400, Colin Beckingham wrote:
>
> On 04/11/2012 04:38 PM, Colin Beckingham wrote:
> > Guillaume, I see the missing column name in index-properties has been
> > fixed. Thanks.
> >
> > However the column name appears to be truncated one char too early;
> > bookid becomes
On Wed, 2012-04-18 at 22:51 +0200, Bartosz Dmytrak wrote:
> Hi,
> I faced strange problem (strange for me):
> I have written code:
>
> WITH t as (
> INSERT INTO "tblD1" (id, "Data1")
> VALUES ('a', 123)
> RETURNING *)
>
> UPDATE "tblBase"
> SET "SomeData" = 123
> WHERE id = 'a';
>
>
> this cod
10 matches
Mail list logo