Re: SQL99 feature list

From: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
To: Hannu Krosing <hannu(at)tm(dot)ee>
Cc: PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SQL99 feature list
Date: 2002-06-19 14:05:47
Message-ID: 3D108FBB.7B417AAB@fourpalms.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> It seems you have to move (T171, LIKE clause in table definition) to
> unsupported :
> hannu=# create table t11 (a int,like t1);
> ERROR: parser: parse error at or near "like"

Ah, that's what that means! I'll move it to "unsupported", but it seems
like it might be fairly easy to implement, eh? Anyone interested in
looking at it?

- Thomas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-06-19 14:06:04 Re: Missing library files??
Previous Message Hannu Krosing 2002-06-19 14:01:41 Re: SQL99 feature list