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

Doc feedback rollup #254

Merged
merged 17 commits into from
Aug 25, 2017
Merged

Doc feedback rollup #254

merged 17 commits into from
Aug 25, 2017

Conversation

joel-hamill
Copy link
Contributor

No description provided.

**Synopsis**

```
DROP STREAM "stream_name";
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be stream_name (like above)? same with table...

Copy link
Contributor

Choose a reason for hiding this comment

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

This needs to be changed to the following:

DROP STREAM <stream_name>;

Copy link
Contributor Author

Choose a reason for hiding this comment

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

do you mean, without quotes?

**Synopsis**

```
DROP STREAM "stream_name";
Copy link
Contributor

Choose a reason for hiding this comment

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

This needs to be changed to the following:

DROP STREAM <stream_name>;

**Synopsis**

```
DROP TABLE "table_name";
Copy link
Contributor

Choose a reason for hiding this comment

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

This needs to be changed to the following:

DROP TABLE <table_name>;

@joel-hamill joel-hamill merged commit 9f407b6 into 0.1.x Aug 25, 2017
@joel-hamill joel-hamill deleted the joel-hamill/nits branch August 25, 2017 22:05
@joel-hamill joel-hamill restored the joel-hamill/nits branch March 14, 2018 22:06
@joel-hamill joel-hamill deleted the joel-hamill/nits branch March 14, 2018 22:13
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.

4 participants