Re: PATCH for CREATE DATABASE with COLLATE, CTYPE & CONNECTION LIMIT - Mailing list pgadmin-hackers

From Ashesh D Vashi
Subject Re: PATCH for CREATE DATABASE with COLLATE, CTYPE & CONNECTION LIMIT
Date
Msg-id 492169FC.6070205@enterprisedb.com
Whole thread Raw
In response to Re: PATCH for CREATE DATABASE with COLLATE, CTYPE & CONNECTION LIMIT  (Ashesh D Vashi <ashesh.vashi@enterprisedb.com>)
Responses Re: PATCH for CREATE DATABASE with COLLATE, CTYPE & CONNECTION LIMIT  ("Dave Page" <dpage@pgadmin.org>)
List pgadmin-hackers
Hi All,

Please find the attached updated patch.

Patch contains following changes:
* Added "ctype" in keyword list as RESERVED
* Added support for COLLATE, CTYPE & CONNECTION LIMIT in pgDatabase
* Added reverse engineering support for SQL generation from existing schema
* Added these variable in properties list.
  (Made them disabled for the not-supported versions of PostgreSQL)
* Added them in property list (forgot to add it in the previous patch)
* Used wxTextCtrl instead of wxSpinCtrl for connection limit control in
  properties dialog, as we don't want to put any restriction on the maximum
  limit for it.

Regards,
Ashesh

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: bug report
Next
From: "Dave Page"
Date:
Subject: Re: PATCH for CREATE DATABASE with COLLATE, CTYPE & CONNECTION LIMIT