Get attributes names

From: ramsiddu007 <ramsiddu007(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Get attributes names
Date: 2019-01-24 08:54:49
Message-ID: CA+zEy78hn_k78gY=aMkbS=udEBabpnkaOwZy2MCjOHMdTYRv_A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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,

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raghavendra Rao J S V 2019-01-24 09:40:02 Need a command to take the backup of the child tables along with its master table.
Previous Message Ron 2019-01-24 07:06:16 Re: how to properly start postgresql with no TCP listeners in ubuntu 16.04 LTS