Re: psql does not provide proper response

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Shaozhong SHI <shishaozhong(at)gmail(dot)com>, Rob Sargent <robjsargent(at)gmail(dot)com>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: psql does not provide proper response
Date: 2022-01-20 20:51:55
Message-ID: 324d0504-7c0e-29e1-9618-d8b7197544c5@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 1/20/22 12:35, Shaozhong SHI wrote:
> Added.  But only head of columns appeared.

Best guess is there is no data in table.

Do:

select count(*) from boundaryline.scotland_and_wales_const_region;

> Any way to visualise?
> Regards, David
>
> On Thursday, 20 January 2022, Rob Sargent <robjsargent(at)gmail(dot)com
> <mailto:robjsargent(at)gmail(dot)com>> wrote:
>
> On 1/20/22 10:54, Shaozhong SHI wrote:
>> I do not know what happened.
>>
>> psql does not provide proper response anymore.
>>
>> I typed the following and see nothing.
>>
>> user=# select * from boundaryline.scotland_and_wales_const_region
>> user-#
>>
>> Can anyone enlighten me?
>>
>> Regards,
>>
>> David
> Add semi-colon return?
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ken Tanzer 2022-01-20 23:32:10 Re: Multiple SELECT statements Using One WITH statement
Previous Message David G. Johnston 2022-01-20 20:39:30 Re: psql does not provide proper response