PostgreSQL/Postgre SQL/File Read
Версия от 13:45, 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=#