[pgsql-jp: 27904] Re: parse エラー。
Youichi Iwakiri
yiwakiri @ st.rim.or.jp
2002年 11月 8日 (金) 14:17:54 JST
いわきりです
ce7s-amtn @ asahi-net.or.jp wrote in <20021108134156.ABED.CE7S-AMTN @ asahi-net.or.jp> :
>今まではmysqlを利用していたのですが、分けあってpgsqlへDBを移行すること
>になりました。
>#!perl
>use DBI;
>my $dbh = DBI->connect("dbi:Pg:dbname=testdb", "postgres", "password");
>my $sth = $dbh->prepare( q{ create table table (
> a int(7) not null,
> b varchar(140) not null,
> c varchar(140) not null }
> );
create table文で"table"という名称のテーブルは作成できません。予約後は全部駄目だと
思いましたが :)
--
Youichi Iwakiri
pgsql-jp メーリングリストの案内