library. This allows you to submit
SQL commands
from
C and get answers and status messages back to
your program. This interface is discussed further
- in <xref linkend="libpq" endterm="libpq">.
+ in <citetitle>The PostgreSQL Programmer's Guide>.
This tells the server to process the query. If you
terminate your query with a semicolon, the \g
is not
- necessary.
psql will automatically process semicolon terminated queries.
+ necessary.
+
psql will automatically process semicolon terminated queries.
To read queries from a file, say myFile, instead of
entering them interactively, type:
+
+