Thread: No "ON DELETE CASCADE" on pgadmin3

No "ON DELETE CASCADE" on pgadmin3

From
Rudy Koento
Date:
Hi list,

I just downloaded the daily snapshot of pgadmin3 rpm
for 21/08/2003.  Comparing to pgadmin2, when I click
on one of the tables available, there's the SQL script
that does the creating of the table.  However, I can't
find any "ON DELETE CASCADE" or such with pgadmin3. 
Is it placed somewhere else?

Another thing is, the scrollbar for the treeview can't
scroll page by page.  I'm using pgadmin3 on linux.

Anyway, this is a great software.  I've been waiting
for the linux port of pgadmin2 for a long time :)

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


Re: No "ON DELETE CASCADE" on pgadmin3

From
Andreas Pflug
Date:
Rudy Koento wrote:

>Hi list,
>
>I just downloaded the daily snapshot of pgadmin3 rpm
>for 21/08/2003.  Comparing to pgadmin2, when I click
>on one of the tables available, there's the SQL script
>that does the creating of the table.  However, I can't
>find any "ON DELETE CASCADE" or such with pgadmin3. 
>Is it placed somewhere else?
>
The complete constraints are reengineered in the table definition as 
well, and additionally under the "constraints" node. I can see both.

>
>Another thing is, the scrollbar for the treeview can't
>scroll page by page.  I'm using pgadmin3 on linux.
>  
>
That's a wxWindows issue. Added to BUGS

>Anyway, this is a great software.  I've been waiting
>for the linux port of pgadmin2 for a long time :)
>
Thanks!

Regards,
Andreas