While using the psql in the command line, how do I view all entries in a datatable?
The database name is newproject.
newproject=#
I have tried \l (but this list all the databases)
I am trying to see all the entries in the datatable. I am trying to verify that the test entries I have been putting in from my web app are storing correctly.
If I recall correctly,
\dtwill show all tables in the database. Anyway, you can type\?to show available commands.Selecting every row in a table is just a basic SQL command :