Displaying SELECT - Mailing list pgsql-novice

From eric manceau
Subject Displaying SELECT
Date
Msg-id 1035385634021022@caramail.com
Whole thread Raw
List pgsql-novice
Hello there,

I cannot display the result from a SELECT queries
on the psql monitor.
Any idea why?

I did the following :
com=# CREATE TABLE iden (name varchar(20),tel int);
com=# INSERT INTO iden VALUES ('manceau',8027);
com=# INSERT INTO iden VALUES ('paul',8074);
com=# SELECT * FROM iden

And i get :
com=#

Thank you for helping

_________________________________________________________
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: Ludwig Lim
Date:
Subject: Re: Re[1] Display SELECT
Next
From: "Josh Berkus"
Date:
Subject: Re: arc relationship [was: db design question]