Skip to content

Commit

Permalink
Updated README and TODO files to reflect that we don't support INSERT…
Browse files Browse the repository at this point in the history
…/DELETE/UPDATE commands yet.
  • Loading branch information
pykello committed Apr 7, 2014
1 parent ee9e372 commit dafbd24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ You can use PostgreSQL's ```ANALYZE table_name``` command to collect statistics
about the table. These statistics help the query planner to help determine the
most efficient execution plan for each query.

** Note. ** We currently don't support updating table using INSERT, DELETE, and
UPDATE commands.

Example
-------

As an example, we demonstrate loading and querying data to/from a column store
table from scratch here. Let's start with downloading and decompressing the data
files.
Expand Down
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Requested Features
* Add new compression methods
* Enable ALTER FOREIGN TABLE ADD COLUMN
* Enable ALTER FOREIGN TABLE DROP COLUMN
* Enable INSERT/DELETE/UPDATE
* Enable users other than superuser to safely create columnar tables (permissions)
* Transactional semantics
* Add config setting to make pg_fsync() optional
Expand Down

0 comments on commit dafbd24

Please sign in to comment.