[Help] Modifying get_columns.sql template

From: Yosry Muhammad <yosrym93(at)gmail(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Cc: Dave Page <dpage(at)pgadmin(dot)org>
Subject: [Help] Modifying get_columns.sql template
Date: 2019-08-02 06:51:05
Message-ID: CAFSMqn_PFiYrcL=rMc2OB6yUjTpptB=9HC8RSq3XEQPmgKtJ5Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi hackers!

I was wondering if modifying the query in: get_columns.sql @
pgadmin/tools/sqleditor/templates/sql/default/
to also SELECT attnum (attribute number) in addition to the already
SELECTed columns will break any code or tests?

I know this template is used in multiple places throughout the code and
tests and I don't completely understand all the parts it is used in.

Can someone guide in terms of whether or not this will break anything? If
so, what parts of the code do I need to update?

Thanks.

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-08-02 08:01:39 Re: [Help] Modifying get_columns.sql template
Previous Message Akshay Joshi 2019-08-02 06:24:31 Re: [RM#4546] Add RE-SQL tests for Column node