Fix index columns, and definitions
Multiple fixes:
* show column names in constraints
* show complete columns names in indexes (were truncated with the last
character)
* disable the columns list when modifying an existing index
* show the good informations in the righ columns
Per an initial repo
Fix index columns, and definitions
Multiple fixes:
* show column names in constraints
* show complete columns names in indexes (were truncated with the last
character)
* disable the columns list when modifying an existing index
* show the good informations in the righ columns
Per an initial repo
#13: Pasting from apps on Mac OS X doesn't always work
-+--
Reporter: dpage| Owner: dpage
Type: bug | Status: new
Priority: minor| Milestone:
Component: pgadmin | Ve
#13: Pasting from apps on Mac OS X doesn't always work
-+--
Reporter: dpage| Owner: dpage
Type: bug | Status: new
Priority: minor| Milestone:
Component: pgadmin | Ve
On Sat, 2012-04-21 at 15:39 +0200, Guillaume Lelarge wrote:
> On Wed, 2012-04-11 at 08:11 +, Dave Page wrote:
> > On Tue, Apr 10, 2012 at 9:17 PM, Guillaume Lelarge
> > wrote:
> > > On Mon, 2012-04-09 at 19:58 +0530, Ashesh Vashi wrote:
> > >> On Sun, Apr 8, 2012 at 3:24 PM, Dave Page wrote:
Lots of work on domains, and check constraints
Check constraints on domains are now sub-nodes. A user can add as many check
constraints as he wants. He can rename and validate them on 9.2. He can add
a not-yet-valid check constraint. He can also add a NO INHERIT check constraint
on a new table.
B