# psql -U<user> -d<unicode_db>
-----------------------------------------------------------
Welcome to psql 8.0.3, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit
language=> \i multi.language.plpg.sql
CREATE TYPE
CREATE TYPE
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
psql:multi.language.plpg.sql:173: NOTICE: CREATE TABLE will create implicit sequence "test_record_id_seq" for serial column "test.record_id"
CREATE TABLE
INSERT 12022341 1
title | description
-------+------------------
Hein | shien ne tien bo
(1 row)
language=>
------------------------------------------------------------