Did you close the query in the command line? SELECT * FROM table; ; might be what you are missing.
2011/11/29 jdmorgan <[email protected]> > Hello, > > I am sure this is something quite simple but I cannot figure it out. I > am connected to PostgresSQL via putty. I am trying to run statements > e.g. SELECT * FROM table in the psql command line utility. However, when > I run the statement it does not return any results to the putty window. I > know there is data in the table through. Also, no error is thrown. Any > help would be appreciated. > > Thanks, > > -- > Derek > > > _______________________________________________ > postgis-users mailing list > [email protected] > http://postgis.refractions.net/mailman/listinfo/postgis-users > >
_______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
