Re: Insert con salto de linea - Mailing list pgsql-admin

From Kevin Grittner
Subject Re: Insert con salto de linea
Date
Msg-id 1697902471.1340002.1431982879224.JavaMail.yahoo@mail.yahoo.com
Whole thread Raw
In response to Re: Insert con salto de linea  (Juan J Rosales Rodriguez <jjrosalesuci@gmail.com>)
List pgsql-admin
Juan J Rosales Rodriguez <jjrosalesuci@gmail.com> wrote:

> UPDATE custom_fields
> SET  possible_values = E'---\n- N/A\n- SS\n- SSS\n- SS\n- PEPE'
> WHERE id=21;

or:

UPDATE custom_fields
SET possible_values = '
---
- N/Z
- SS
- SSS
- SS
- PEPE'
WHERE id = 21;

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-admin by date:

Previous
From: Juan J Rosales Rodriguez
Date:
Subject: Re: Insert con salto de linea
Next
From: Wei Shan
Date:
Subject: Create Index CONCURRENTLY Hangs Indefinitely.