altho I'm still investigating, does anyone have an idea why the following
'CREATE TABLE' will cause this erro:

NOTICE:  CREATE TABLE/PRIMARY KEY will create implicit index 'playlist_info_pkey
' for table 'playlist_info'
FindExec: found "/pgsql/bin/postgres" using argv[0]
TRAP: Failed Assertion("!(metaopaque->btpo_flags & (1 << 3)):", File: "nbtpage.c
", Line: 181)

!(metaopaque->btpo_flags & (1 << 3)) (0) [Inappropriate ioctl for device]

CREATE TABLE "song_info" (
        "song_id" int4 NOT NULL,
        "song_name" character varying,
        "genre" character varying,
        "duration" character varying,
        "artist" character varying,
        "album" character varying,
        "url" character varying,
        "song_seq" int4,
        PRIMARY KEY ("song_id")
);


Marc G. Fournier                               [EMAIL PROTECTED]
Systems Administrator @ hub.org                    
scrappy@{postgresql|isc}.org                       ICQ#7615664

Reply via email to