Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copy edits of known limitations page #1400

Merged
merged 1 commit into from
May 16, 2017

Conversation

sploiselle
Copy link
Contributor

@sploiselle sploiselle commented May 10, 2017

Gave it a twice-over. Doesn't look like I introduced many new typos.


This change is Reviewable

Copy link
Contributor

@jseldess jseldess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for these improvements, Sean! Just a few small questions.


## `unique_rowid()` values in Javascript
## `unique_rowid()` values in JavaScript
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turns out we should just remove this known limitation. See cockroachdb/cockroach#15721 (comment).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, the approach now is to remove this from known limitations and put it elsewhere. See that linked issue. Feel free to leave this for a follow-on PR, if you prefer, @sploiselle.

Copy link
Contributor Author

@sploiselle sploiselle May 16, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 will leave for follow-up PR

- use the UTC time zone regardless of the time zone configured in the current session via [`SET TIME ZONE`](set-time-zone.html).
- have no default database regardless of the default database configured in the current session via [`SET DATABASE`](set-database.html).
- use the transaction timestamp for the `statement_timestamp()` function regardless of the time at which the `ALTER` statement was issued.
- Use the default [search path](sql-name-resolution.html#search-path) regardless of the search path configured in the current session via `SET SEARCH_PATH`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd made these lower-case because each is a completion of the sentence started before the colon. I usually like to introduce a list with a complete clause but didn't have the time here. If you can find a way to do that, it'd be better. Otherwise, I'm fine with this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted to l/c

@sploiselle sploiselle force-pushed the known-limitations-copy-edit branch from dc5c74e to 5ad6ac9 Compare May 16, 2017 16:21
@sploiselle sploiselle merged commit d22748a into gh-pages May 16, 2017
@sploiselle sploiselle deleted the known-limitations-copy-edit branch May 16, 2017 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants