Pseudo table modification

From: Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Pseudo table modification
Date: 2001-09-25 19:59:16
Message-ID: 4.2.0.58.20010925215209.00a6cf00@pop.freesurf.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2001-09-25 20:22:56 Re: Pseudo table modification
Previous Message Alex Pilosov 2001-09-25 02:31:36 Re: Changing data types