PgAccess - small bug? - Mailing list pgsql-hackers

From Karel Zak - Zakkr
Subject PgAccess - small bug?
Date
Msg-id Pine.LNX.3.96.991125142323.25441A-100000@ara.zf.jcu.cz
Whole thread Raw
Responses Re: PgAccess - small bug?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Hi,

in PgAccess's the create table dialog is small bug. If I define a new table
as interits of other table and I not define any column (as 'field' named this 
dialog) - PgAccess return ERROR message "Your table has not field!". But
PgSQL allow define table as:
CREATE TABLE xxx () INHERITS(yyy); 

...all colunms is from 'yyy'. 

NOTE: Why a attribute (column) is in the PgAccsess named 'field'? It is 
abnormal in SQL speech... 
                        Karel

------------------------------------------------------------------------------
Karel Zak <zakkr@zf.jcu.cz>                      http://home.zf.jcu.cz/~zakkr/

Docs:         http://docs.linux.cz                          (big docs archive)    
Kim Project:  http://home.zf.jcu.cz/~zakkr/kim/              (process manager)
FTP:          ftp://ftp2.zf.jcu.cz/users/zakkr/              (C/ncurses/PgSQL)
------------------------------------------------------------------------------



pgsql-hackers by date:

Previous
From: Tim Holloway
Date:
Subject: Re: [HACKERS] pid file for postmaster?
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Vacuum