pgAdmin 4 commit: Added 'IF NOT EXISTS' clause while creating tables an

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added 'IF NOT EXISTS' clause while creating tables an
Date: 2021-05-04 10:29:45
Message-ID: E1ldsJF-00023p-Rf@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added 'IF NOT EXISTS' clause while creating tables and partition tables which is convenient while using the ERD tool. Fixes #6397

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7e79814cb0a308364a2f6e1b62efee32989e8435

Modified Files
--------------
docs/en_US/release_notes_5_3.rst | 1 +
.../schemas/tables/templates/partitions/sql/pg/10_plus/create.sql | 2 +-
.../schemas/tables/templates/partitions/sql/ppas/10_plus/create.sql | 2 +-
.../databases/schemas/tables/templates/tables/sql/10_plus/create.sql | 2 +-
.../databases/schemas/tables/templates/tables/sql/11_plus/create.sql | 2 +-
.../databases/schemas/tables/templates/tables/sql/12_plus/create.sql | 2 +-
.../databases/schemas/tables/templates/tables/sql/9.6_plus/create.sql | 2 +-
.../databases/schemas/tables/templates/tables/sql/default/create.sql | 2 +-
8 files changed, 8 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-05-04 11:38:13 Re: [pgAdmin4] Update require.js library to latest version
Previous Message Murtuza Zabuawala 2021-05-04 08:36:34 [pgAdmin4] Update require.js library to latest version