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

Fix issue #611 (8.0) #691

Merged
merged 2 commits into from
Aug 15, 2019

Conversation

mattmundell
Copy link
Contributor

@mattmundell mattmundell commented Aug 13, 2019

Backport of #642.

STATEMENT:  SELECT table_name, column_name,       pg_get_serial_sequence (table_name, column_name)  FROM information_schema.columns  WHERE table_schema = public    AND pg_get_serial_sequence (table_name, column_name)        IS NOT NULL;
ERROR:  relation "information_schema_catalog_name" does not exist

Checklist:

```
STATEMENT:  SELECT table_name, column_name,       pg_get_serial_sequence (table_name, column_name)  FROM information_schema.columns  WHERE table_schema = public    AND pg_get_serial_sequence (table_name, column_name)        IS NOT NULL;
ERROR:  relation "information_schema_catalog_name" does not exist
```
@mattmundell mattmundell changed the title Fix statement order Fix issue #611 (8.0) Aug 13, 2019
@mattmundell mattmundell marked this pull request as ready for review August 13, 2019 16:03
@mattmundell mattmundell requested a review from a team August 13, 2019 16:03
@mattmundell mattmundell mentioned this pull request Aug 13, 2019
2 tasks
@timopollmeier timopollmeier merged commit e7ae805 into greenbone:gvmd-8.0 Aug 15, 2019
@mattmundell mattmundell deleted the statement-order-8.0 branch August 16, 2019 07:55
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.

2 participants