[pgadmin-hackers] Re: [pgAdmin III] #353: Add support for CREATE TABLE (LIKE ...) with foreign tables and views

2012-02-13 Thread pgAdmin Trac
#353: Add support for CREATE TABLE (LIKE ...) with foreign tables and views --+- Reporter: gleu | Owner: gleu Type: feature | Status: closed Priority: minor|

[pgadmin-hackers] Re: [pgAdmin III] #342: Enumerable type doesn't have all the options available on CREATE TYPE

2012-02-13 Thread pgAdmin Trac
#342: Enumerable type doesn't have all the options available on CREATE TYPE --+- Reporter: gleu | Owner: gleu Type: feature | Status: closed Priority: minor| Milestone: 1.16 Component:

[pgadmin-hackers] pgAdmin III commit: Fix the reverse-engineered SQL for types

2012-02-13 Thread Guillaume Lelarge
Fix the reverse-engineered SQL for types Receive, and send functions, and passbyvalue boolean were forgotten in the reverse-engineered SQL for types. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a82115bd48809dae310f2ee547527b7a74bc7092 Modi

[pgadmin-hackers] pgAdmin III commit: Support ANALYZE, CATEGORY, and PREFERRED items in C

2012-02-13 Thread Guillaume Lelarge
Support ANALYZE, CATEGORY, and PREFERRED items in CREATE TYPE (not specific to 9.2) Implements #342. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=871b965e063ca582d383d3eb6e1386b48012de02 Modified Files -- CHANGELOG

[pgadmin-hackers] pgAdmin III commit: Fix the reverse-engineered SQL for types

2012-02-13 Thread Guillaume Lelarge
Fix the reverse-engineered SQL for types Receive, and send functions, and passbyvalue boolean were forgotten in the reverse-engineered SQL for types. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=960bfee935be7e185ea387dbc979b11c77

[pgadmin-hackers] Re: [pgAdmin III] #342: Enumerable type doesn't have all the options available on CREATE TYPE

2012-02-13 Thread pgAdmin Trac
#342: Enumerable type doesn't have all the options available on CREATE TYPE -+-- Reporter: gleu | Owner: gleu Type: feature | Status: assigned Priority: minor| Milestone: Componen