[pgsql-jp: 27352] Re: FreeBSD上のPostgreSQL では、position は予約語ですか?

Shindo@AtSystem shindo @ atsystem.jp
2002年 9月 6日 (金) 21:24:04 JST


進藤です。
他の環境でも試して見ました。問題ないようです。
特定のバージョンの組み合わせの問題なのでしょうか。
それとも、何か環境設定などでミスをしているのでしょうか。
FreeBSDは、最近触り始めたばかりで殆ど分かりません。

========================================================================
% uname -a
FreeBSD zz.yy.jp 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Jun 19 18:56
:42 JST 2002     root @ zz.yy.jp:/usr/src/sys/compile/UPLOAD  i386
% psql --version
psql (PostgreSQL) 7.2.1
contains support for: readline, history, multibyte
Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
Portions Copyright (c) 1996, Regents of the University of California
Read the file COPYRIGHT or use the command \copyright to see the
usage and distribution terms.
% createdb hoge
CREATE DATABASE
% psql hoge
Welcome to psql, the PostgreSQL interactive terminal.

Type:  \copyright for distribution terms
       \h for help with SQL commands
       \? for help on internal slash commands
       \g or terminate with semicolon to execute query
       \q to quit

hoge=# create table tb (position text);
CREATE
hoge=# \d tb
         Table "tb"
  Column  | Type | Modifiers
----------+------+-----------
 position | text |

hoge=#
========================================================================

」」」」」」」」」」」」」」」」
」
」  進藤寿則@アットシステム
」  shindo@ atsystem.jp
」  shindo@ sasoh.ne.jp
」  Tel 022-385-1593
」  Fax 022-385-1595
」




pgsql-jp メーリングリストの案内