Pseudo table modification - Mailing list pgadmin-hackers

From Jean-Michel POURE
Subject Pseudo table modification
Date
Msg-id 4.2.0.58.20010925215209.00a6cf00@pop.freesurf.fr
Whole thread Raw
List pgadmin-hackers
Hi,

This is about pseudo table modification in pgAdmin II.

Does it make sense to implement it at pgSchema level (I know it can be done
at pgAdmin level) ?

Tables.cls
Public Function Modify (ByVal Name As String, ByVal Columns As String,
Optional ByVal PrimaryKeys As String, Optional ByVal Checks As String,
Optional ByVal ForeignKeys As String, Optional ByVal Inherits As String,
Optional ByVal Comment As String) As pgTable
We have to look for existing triggers

More difficult job but better design in the future ?

Best regards,
Jean-Michel POURE

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Major Update Commited
Next
From: Dave Page
Date:
Subject: Re: Pseudo table modification