pgadmin-org / pgadmin4

pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
https://www.pgadmin.org
Other
2.53k stars 656 forks source link

Support CREATE LANGUAGE (RM #1252) #248

Closed dpage closed 2 years ago

dpage commented 8 years ago

Issue migrated from Redmine: https://redmine.postgresql.org/issues/1252 Originally created by Karen Blatchley at 2016-05-26 09:18:04 UTC.

We originally decided not to support CREATE LANGUAGE as that is often now redundant due to CREATE EXTENSION. However, this leads to a weird inconsistency that I think users will find confusing. Thus, add support for CREATE LANGUAGE

Created by Dave Page 2016-03-16

dpage commented 8 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/1252#note-1 Originally created by Dave Page at 2016-07-25 09:17:52 UTC.

Redmine ticket header update:

Name Old Value New Value
Fixed Version changed 1.0 Beta 4
dpage commented 8 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/1252#note-2 Originally created by Akshay Joshi at 2016-08-11 10:06:43 UTC.

Redmine ticket header update:

Name Old Value New Value
Assigned To changed Akshay Joshi
dpage commented 8 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/1252#note-3 Originally created by Dave Page at 2016-08-16 10:50:14 UTC.

Redmine ticket header update:

Name Old Value New Value
Fixed Version changed 1.0 Beta 4 1.0 RC 1
dpage commented 8 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/1252#note-4 Originally created by Akshay Joshi at 2016-08-17 13:56:16 UTC.

Patch sent: https://www.postgresql.org/message-id/CANxoLDfUauPcaopk9LpwNHiRW-Zzmr6V1=-fxpHxhC9Vtyqevg@mail.gmail.com

Redmine ticket header update:

Name Old Value New Value
Status changed New In Progress
dpage commented 8 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/1252#note-5 Originally created by Akshay Joshi at 2016-08-19 09:26:08 UTC.

Applied in changeset commit:7dffb020f1c898cb8f178dbacb378cd9a658832a.

Redmine ticket header update:

Name Old Value New Value
Status changed In Progress In Testing
Done Ratio changed 0 90
dpage commented 8 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/1252#note-6 Originally created by Fahar Abbas at 2016-08-19 10:13:51 UTC.

Redmine ticket header update:

Name Old Value New Value
Assigned To changed Akshay Joshi Fahar Abbas
dpage commented 8 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/1252#note-7 Originally created by Fahar Abbas at 2016-08-22 07:42:52 UTC.

This issue is resolved in latest commit ID:

commit 5690dfda16ed114107a511db2870a0596ad59a5d

Tested Platform: Windows 2012 server 64(Python 2.7.11) Ubuntu 14.04 Linux 64(Python 3.4.3)

Tested server: pg-9.3 and pg-9.6

User can also create plpgsql, plperl, pltcl, plython3u and edbsql for PPAS server.

Redmine ticket header update:

Name Old Value New Value
Status changed In Testing Resolved
dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/1252#note-8 Originally created by Fahar Abbas at 2018-01-09 04:41:07 UTC.

Redmine ticket header update:

Name Old Value New Value
Done Ratio changed 90 100
dpage commented 2 years ago

Issue closed on Redmine.