[Help] Modifying get_columns.sql template

Поиск
Список
Период
Сортировка
От Yosry Muhammad
Тема [Help] Modifying get_columns.sql template
Дата
Msg-id CAFSMqn_PFiYrcL=rMc2OB6yUjTpptB=9HC8RSq3XEQPmgKtJ5Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: [Help] Modifying get_columns.sql template  (Dave Page <dpage@pgadmin.org>)
Список 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.

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [RM#4546] Add RE-SQL tests for Column node
Следующее
От: Dave Page
Дата:
Сообщение: Re: [Help] Modifying get_columns.sql template