Display SELECT - Mailing list pgsql-novice

From eric manceau
Subject Display SELECT
Date
Msg-id 1035388508015978@caramail.com
Whole thread Raw
Responses Re: Display SELECT  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
List pgsql-novice
Hello there,

I cannot retrieve the result of a SELECT query on the PSQL
monitor but nothing seems wrong :

com=# \d iden
 Table "iden"
 Attribute | Type | Modifier
-----------+-----------------------+----------
 name | character varying(20) |
 tel | integer |

com=# INSERT INTO iden VALUES ('germain',5689);
INSERT 18844 1
com=# SELECT * FROM iden
com-#

I use postgresql 7.1.3 on a redhat 7.2.

Thank you for any hint.
_________________________________________________________
Gagne une PS2 ! Envoie un SMS avec le code PS au 61166
(0,35€ Hors coût du SMS)


pgsql-novice by date:

Previous
From: evertcarton@netscape.net (Evert Carton)
Date:
Subject: Calling functions indirectly using their name
Next
From: Ludwig Lim
Date:
Subject: Re: Display SELECT