Summary: | postresql syntax highlighting error | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | andreaswuest |
Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | wishlist | CC: | christoph, me |
Priority: | NOR | Keywords: | investigated, triaged |
Version First Reported In: | 2.2.1 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
andreaswuest
2004-10-03 13:32:14 UTC
The text after the COPY command is *not* valid SQL. It seems like the idea is that if pgsql encounters the command, it simulates reading from STDIN untill some delimiter string is seen. Or, if you feed your file directly into the STDIN of a pgsql client app, that text isn't SQL either, just text. To get the highlighter to deal with that, you need to treat that exact command special (COPY) so that if the command ends in a FROM clause with the value "stdin" you go to a context that will end when the delimiter is seen. I add the author of the pgsql highlight. If you want help fixing this, visit #kate at irc.freenode.net. Btw, the pgsql highlight seems to have no licence. make this a wish Won't be fixed, if nobody provides a patch, sorry. kate-editor.org for information about to write hl. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |