Re: Old/New - Mailing list pgsql-general

From Bob Pawley
Subject Re: Old/New
Date
Msg-id CAFF984DB27040F6A28F455146442E12@desktop
Whole thread Raw
In response to Old/New  ("Bob Pawley" <rjpawley@shaw.ca>)
Responses Re: Old/New  (Raymond O'Donnell <rod@iol.ie>)
Re: Old/New  (Adrian Klaver <adrian.klaver@gmail.com>)
List pgsql-general
I havn't been able to find documentation on how to use \d. When I open the
psql interface (through either port ) it asks for a password but doesn't
allow any entry of a password.

However, after my last e-mail to you, I came across something interesting -
at least to me.

I use pg_admin scripts to modify triggers.

Looking through pg_admin at all of the triggers on the p_id.processes table
I just happened to click on the trigger we have been discussing and then
clicked its refresh button.

Using the same update statement and the same After Update trigger that
inserted two rows into p_id.devices it now inserted only one row and that
row was the correct row.

I don't know enough about the interaction between the unrefreshed copy of a
trigger held by pg_admin and the updated trigger installed in the server to
comment - however there does seem to be a connection of which I wasn't
aware.

Bob

----- Original Message -----
From: "Adrian Klaver" <adrian.klaver@gmail.com>
To: "Bob Pawley" <rjpawley@shaw.ca>
Cc: "Tom Lane" <tgl@sss.pgh.pa.us>; "Postgresql"
<pgsql-general@postgresql.org>
Sent: Friday, January 22, 2010 3:37 PM
Subject: Re: [GENERAL] Old/New


> On Friday 22 January 2010 3:25:34 pm Bob Pawley wrote:
>> No
>>
>> The table p_id.processes is the start of the fluid_id ident and that
>> column
>> is serial.
>>
>> Bob
>>
>
> Per Tom's suggestion can we see \d for p_id.processes and for good measure
> p_id.devices ?
>
>
>
> --
> Adrian Klaver
> adrian.klaver@gmail.com
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general


pgsql-general by date:

Previous
From: "Davor J."
Date:
Subject: Referencing to system catalog problem
Next
From: Alessandro Agosto
Date:
Subject: [LibPQ] Trying PQconnectStart: it doesn't seem to connect