Get attributes names

Поиск
Список
Период
Сортировка
От ramsiddu007
Тема Get attributes names
Дата
Msg-id CA+zEy78hn_k78gY=aMkbS=udEBabpnkaOwZy2MCjOHMdTYRv_A@mail.gmail.com
обсуждение исходный текст
Ответы Re: Get attributes names  (Arthur Zakirov <a.zakirov@postgrespro.ru>)
Список pgsql-general
Dear all,
              I hope you are all doing well. Today i got one requirement, for that i need attribute names as below example.

Xml:
<emp>
<emp_details emp_id="101"  emp_name="tom" dept="development"/>
</emp>

In the above sample input xml, i want attributes list of emp_deails like.
Attributes
___________
emp_id
emp_name
dept


Thanking you,

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

Предыдущее
От: Ron
Дата:
Сообщение: Re: how to properly start postgresql with no TCP listeners in ubuntu16.04 LTS
Следующее
От: Raghavendra Rao J S V
Дата:
Сообщение: Need a command to take the backup of the child tables along with itsmaster table.