Re: Regarding DDL in pgadmin

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Travis <himesh8chopra(at)gmail(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Regarding DDL in pgadmin
Date: 2019-03-20 08:59:55
Message-ID: CA+OCxowqMvszyGySLZTZgZUaZMZ5_y-gV+1=PuhrLyWGX82VnA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

On Wed, Mar 20, 2019 at 7:15 AM Travis <himesh8chopra(at)gmail(dot)com> wrote:

> How does pdadmin4 get DDL of a table i cannot find any refrence in source
> code
> kindly help
>

The hard way I'm afraid - it's reverse engineered and re-generated from the
system catalogues.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-03-20 09:03:06 Re: [pgAdmin4][patch] SQL Keywords extract utility
Previous Message Dave Page 2019-03-20 08:57:49 pgAdmin 4 commit: Fix PEP-8 issue and move the pycodestyle config into