PostgreSQL/Postgre SQL/File Read — различия между версиями

Материал из SQL эксперт
Перейти к: навигация, поиск
м (1 версия)
 
(нет различий)

Текущая версия на 10:13, 26 мая 2010

Reading from a file into a variable

postgres=#
postgres=# -- Reading from a file into a variable
postgres=#
postgres=# \set data "cat tabledata"
postgres=# \echo :data
cat tabledata
postgres=#
postgres=#