From: | Naomi Walker <nwalke(at)eldocomp(dot)com> |
---|---|
To: | lise chhay <lise(dot)chhay(at)mail(dot)com> |
Cc: | "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: "select * from groupes" didn't display any data |
Date: | 2004-06-10 15:42:33 |
Message-ID: | 40C88169.7000001@eldocomp.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
lise chhay wrote:
>I executed the script inst/creer-base, the script run, because when I did :
>$ psql auth
>auth=# \dt
>List of relations
>Schema | name | Type | Owner
>-------------------------------------------------
>public | config | table | postgres
>public | groupes | table | postgres
>public | membres | table | postgres
>public | utilisateurs | table | postgres
>
>auth=# \q
>
>But, when I executed the script inst/init-base, that script didn't run, as you can see :
>$ psql auth
>auth=# \encoding latin9
>auth=# select * from groupes
>auth=#
>
>"select * from groupes" didn't display any data. Can you help me. I work under Mandrake
>
>Thanks
>
>
I think you forgot the closing semicolon. Try:
Select * from groupes;
It didn't know you were done typing.
--
-------------------------------------------------------------------------
Naomi Walker Chief Information Officer
Eldorado Computing, Inc. nwalker(at)eldocomp(dot)com 602-604-3100
-------------------------------------------------------------------------
Thought is the blossom; language the bud; action the fruit behind it.
- Ralph Waldo Emerson
-------------------------------------------------------------------------
-- CONFIDENTIALITY NOTICE --
This message is intended for the sole use of the individual and entity to whom it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended addressee, nor authorized to receive for the intended addressee, you are hereby notified that you may not use, copy, disclose or distribute to anyone the message or any information contained in the message. If you have received this message in error, please immediately advise the sender by reply email, and delete the message. Thank you.
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2004-06-10 16:36:02 | Re: [JDBC] Trouble with locking tables - reg. |
Previous Message | Chris Gamache | 2004-06-10 15:34:12 | CLUSTER strategy |