Commit 4560e0ac authored by Peter Eisentraut's avatar Peter Eisentraut
parent d92b1cdb
...@@ -26,9 +26,9 @@ ...@@ -26,9 +26,9 @@
<para> <para>
When a table is created, it contains no data. The first thing to When a table is created, it contains no data. The first thing to
do before a database can be of much use is to insert data. Data is do before a database can be of much use is to insert data. Data is
conceptually inserted one row at a time. Of course you can also inserted one row at a time. You can also insert more than one row
insert more than one row, but there is no way to insert less than in a single command, but it is not possible to insert something that
one row. Even if you know only some column values, a is not a complete row. Even if you know only some column values, a
complete row must be created. complete row must be created.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment