Query parser?

From: Teodor Sigaev <teodor(at)stack(dot)net>
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Query parser?
Date: 2002-07-31 12:54:27
Message-ID: 3D47DE03.6050807@stack.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

wow=# update \d dmoz
Table "dmoz"
Column | Type | Modifiers
--------+---------+-----------
id | integer |
name | text |
path | ltree |
Indexes: dmoz_id_idx unique btree (id),
dmoz_path_idx gist ("path")

wow-#
wow-# ;
ERROR: parser: parse error at or near ""

Is it normal behaviour? Its seems to me that isn't..

--
Teodor Sigaev
teodor(at)stack(dot)net

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Brett Schwarz 2002-07-31 13:10:59 Re: Trim the Fat (Was: Re: Open 7.3 items )
Previous Message Jean-Michel POURE 2002-07-31 12:53:14 Re: Open 7.3 items