pgAdmin 4 commit: Quote the owner name when creating types. Fixes #2787

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Quote the owner name when creating types. Fixes #2787
Date: 2017-11-21 11:32:30
Message-ID: E1eH6n0-000797-W6@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Quote the owner name when creating types. Fixes #2787

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dd8e2fe8a6cd88421a0aca9cb7abcdd28d2bfbc5
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../databases/schemas/types/templates/type/sql/default/create.sql | 2 +-
.../databases/schemas/types/templates/type/sql/default/update.sql | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-11-21 11:32:44 Re: [pgAdmin4][Patch]: Properly quote owner in Type definition
Previous Message Dave Page 2017-11-21 11:02:49 Re: [pgAdmin4][Patch]: Remove limit of 4000 characters from Textarea