PgAccess - small bug?

From: Karel Zak - Zakkr <zakkr(at)zf(dot)jcu(dot)cz>
To: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: PgAccess - small bug?
Date: 1999-11-25 13:43:20
Message-ID: Pine.LNX.3.96.991125142323.25441A-100000@ara.zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces


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(at)zf(dot)jcu(dot)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)
------------------------------------------------------------------------------

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-11-25 15:17:16 Re: [HACKERS] Vacuum
Previous Message Tim Holloway 1999-11-25 13:19:45 Re: [HACKERS] pid file for postmaster?

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tobias Eriksson 1999-11-25 18:32:55 unsubscribe
Previous Message The Hermit Hacker 1999-11-25 04:56:10 DBI and 'COPY' ... possible?