Skip to content
Snippets Groups Projects
Commit 34590eda authored by Jordi Inglada's avatar Jordi Inglada
Browse files

DOC: minor changes to example

parent 50892219
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
// Software Guide : BeginLatex
//
// This test uses a transactor to create a table. The transactor
// This example uses a transactor to create a table. The transactor
// needs to have a copy constructor, so the initialization is done
// correctly for the class variables which are set before the transaction.
// Let's look at the minimal code required to use this algorithm. First, the
......@@ -39,7 +39,7 @@ int main(int argc, char * argv[])
// Software Guide : BeginLatex
//
// Instanciation of the PQXX-based transactor
// We use a PostGIS (PQXX-based) transactor
// for creating PostGIS tables.
// Software Guide : EndLatex
......@@ -51,7 +51,8 @@ int main(int argc, char * argv[])
// Software Guide : BeginLatex
//
// Set arguments of the transactor
// We set arguments of the transactor.
// Software Guide : EndLatex
// Software Guide : BeginCodeSnippet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment