Re: Add Metadata to Postgre SQL

Поиск
Список
Период
Сортировка
От Steve Crawford
Тема Re: Add Metadata to Postgre SQL
Дата
Msg-id 502A6693.4080108@pinpointresearch.com
обсуждение исходный текст
Ответ на Re: Add Metadata to Postgre SQL  (José Pedro Santos <zpsantos1@hotmail.com>)
Список pgsql-general
On 08/14/2012 06:34 AM, José Pedro Santos wrote:
I'm working with vector but is like that. I just add a new column them I will copy the XML file into their..let me see if work.

You can store XML in a text field but if the data is truly well-formed XML you may be better off defining the column as XML to take advantage of the operations available on that data type:

http://www.postgresql.org/docs/current/static/datatype-xml.html
http://www.postgresql.org/docs/current/static/functions-xml.html

Cheers,
Steve


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

Предыдущее
От: Dmitriy Igrishin
Дата:
Сообщение: Determining a table column by the view column.
Следующее
От: Zdeněk Bělehrádek
Дата:
Сообщение: Re: Visualize database schema