#353: Add support for CREATE TABLE (LIKE ...) with foreign tables and views
--+-
Reporter: gleu | Owner: gleu
Type: feature | Status: closed
Priority: minor|
#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:
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
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
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
#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