PostgreSQL/Postgre SQL/File Read

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

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=#