comparison INSTALL.FreeBSD @ 351:0aa95dd79d0f

Fix erroneous quote sign
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 29 Jun 2010 17:10:52 +0900
parents 603791d2dcc4
children 1f4aa49b26e4
comparison
equal deleted inserted replaced
350:b643fc53dbf5 351:0aa95dd79d0f
76 # /usr/local/bin/createdb root 76 # /usr/local/bin/createdb root
77 # /usr/local/bin/psql root 77 # /usr/local/bin/psql root
78 root=# CREATE TABLE incoming_test ( 78 root=# CREATE TABLE incoming_test (
79 root(# recorded_on timestamp with time zone NOT NULL, 79 root(# recorded_on timestamp with time zone NOT NULL,
80 root(# "Accounting-Record-Type" integer, 80 root(# "Accounting-Record-Type" integer,
81 root(# "Session-Id" bytea, " 81 root(# "Session-Id" bytea,
82 root(# "Accounting-Record-Number" integer, 82 root(# "Accounting-Record-Number" integer,
83 root(# "Route-Record1" bytea, 83 root(# "Route-Record1" bytea,
84 root(# "Route-Record2" bytea, 84 root(# "Route-Record2" bytea,
85 root(# "Route-Record3" bytea, 85 root(# "Route-Record3" bytea,
86 root(# "Route-Record4" bytea ); 86 root(# "Route-Record4" bytea );
"Welcome to our mercurial repository"