To whoever can help:
We have a PostgreSQL database inside an appliance called RSA Authentication
Manager
version 8.1. We want to connect to this internal database using ODBC.
We are using the pgAdmin3 program which I understand was written and
supported by a group of volunteers
like yo
On Tue, Dec 1, 2015 at 1:09 PM, Chris Curvey wrote:
>
>
> On Tue, Dec 1, 2015 at 6:19 AM, Dave Page wrote:
>>
>> On Mon, Nov 30, 2015 at 1:42 PM, Gallien LABEYRIE
>> wrote:
>> > Hi,
>> >
>> > This has already been reported to the PG ADMIN community ..
>> > This is a critical bug.
>> > As far as
>>How can I access the SQL that executes when I
>>alter my tables...
There are two ways, the first is the change to uncomment and change the value
of log_statement inpostgresql.conf to ddlIE:
log_statement = 'ddl'
Then you must do a reload of the postgresql.conf.ddl statements will then be
captu
On Tue, Dec 1, 2015 at 6:19 AM, Dave Page wrote:
> On Mon, Nov 30, 2015 at 1:42 PM, Gallien LABEYRIE
> wrote:
> > Hi,
> >
> > This has already been reported to the PG ADMIN community ..
> > This is a critical bug.
> > As far as I know, the problem hasn't been resolved yet.
> > Try to downgrad yo
That's exactly what I was looking for. I had no idea there was an SQL tab.
Perfect, thank you!
--
View this message in context:
http://postgresql.nabble.com/Accessing-SQL-that-has-been-executed-behind-the-interface-tp5875650p5875656.html
Sent from the PostgreSQL - pgadmin support mailing list a
Hi
On Tue, Dec 1, 2015 at 12:41 PM, Wizz wrote:
> How can I access the SQL that executes when I alter my tables with the
> pgAdmin interface.
> For instance, if I add a column, without a doubt, there was a "ALTER TABLE
> tablename ADD COLUMN column name int;" executed in the background. How do I
How can I access the SQL that executes when I alter my tables with the
pgAdmin interface.
For instance, if I add a column, without a doubt, there was a "ALTER TABLE
tablename ADD COLUMN column name int;" executed in the background. How do I
get to it?
I need to make a bunch of changes to a database
On Fri, Nov 27, 2015 at 10:57 AM, Per Wigren wrote:
> 2015-11-27 10:02 GMT+01:00 Dave Page :
>>
>>
>> What version does GP report itself as if you do "SELECT version()"?
>>
>
> PostgreSQL 8.2.15 (Greenplum Database 4.3.6.1 build 2) on
> x86_64-unknown-linux-gnu, compiled by GCC gcc (GCC) 4.4.2 com
On Mon, Nov 30, 2015 at 1:42 PM, Gallien LABEYRIE
wrote:
> Hi,
>
> This has already been reported to the PG ADMIN community ..
> This is a critical bug.
> As far as I know, the problem hasn't been resolved yet.
> Try to downgrad your version (It worked for me) or use it through as VM.
>
> Good luc