Error Messages - Mailing list pgadmin-support

From Hall, Samuel L (Sam)
Subject Error Messages
Date
Msg-id 69751890A64B3241A83BDB52A30BF29D0E057F@US70UWXCHMBA05.zam.alcatel-lucent.com
Whole thread
Responses Re: Error Messages
List pgadmin-support

When I run commands other than SELECT, I get error messages like this from Explain

 

ALTER TABLE sites ALTER COLUMN meters_wgs84 SET NOT NULL;

Query result with 0 rows will be returned.

 

ERROR:  syntax error at or near "ALTER"

LINE 1: ... (ANALYZE off, VERBOSE off, COSTS on, BUFFERS off)ALTER TABL...

                                                        ^

 

********** Error **********

 

ERROR: syntax error at or near "ALTER"

SQL state: 42601

Character: 58

 

The command will execute just fine. Is this normal?

pgadmin-support by date:

Previous
From: David Johnston
Date:
Subject: Re: How to enter daterange into a raw? - SOLVED
Next
From: Bill MacArthur
Date:
Subject: v 1.16.1 incorrectly displays the properties of a FDW table