PostgreSQL/Postgre SQL/File Read — различия между версиями
Admin (обсуждение | вклад) м (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=#