Re: Postgresql and scripting [SOLVED]

From: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
To: Jerome Lyles <susemail(at)hawaii(dot)rr(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgresql and scripting [SOLVED]
Date: 2004-09-08 18:59:03
Message-ID: Pine.LNX.4.61.0409082156560.17258@emo.org.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

On Wed, 8 Sep 2004, Jerome Lyles wrote:

> Thank you tsarevich that solved it. I'm trying to 'SELECT' out of the tables
> now but I'm getting another syntax error:-)
>
> test-# SELECT prod_name FROM Products;
> ERROR: syntax error at or near "SELECT" at character 14

test-# SELECT prod_name FROM Products;
^

The dash indicates that another command before this line has been written
but not ended with semicolon. An example:

test=# SELECT
test-# SELECT * from datetest ;
ERROR: syntax error at or near "SELECT" at characte

You should check the previous line.

Regards,

- --
Devrim GUNDUZ
devrim~gunduz.org devrim.gunduz~linux.org.tr
http://www.tdmsoft.com
http://www.gunduz.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFBP1Z4tl86P3SPfQ4RAlw6AKDmamve8PTNClFWnZh/49QxwcsH8wCeM4G3
fEYyFVT5z8DIw5VNgbBudKM=
=TSSn
-----END PGP SIGNATURE-----

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ben 2004-09-08 19:06:23 Re: Postgresql and scripting [SOLVED]
Previous Message Jerome Lyles 2004-09-08 18:54:04 Re: Postgresql and scripting [SOLVED]