Get attributes names - Mailing list pgsql-general

From ramsiddu007
Subject Get attributes names
Date
Msg-id CA+zEy78hn_k78gY=aMkbS=udEBabpnkaOwZy2MCjOHMdTYRv_A@mail.gmail.com
Whole thread Raw
Responses Re: Get attributes names  (Arthur Zakirov <a.zakirov@postgrespro.ru>)
List 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 by date:

Previous
From: Ron
Date:
Subject: Re: how to properly start postgresql with no TCP listeners in ubuntu16.04 LTS
Next
From: Raghavendra Rao J S V
Date:
Subject: Need a command to take the backup of the child tables along with itsmaster table.