Opened 15 years ago
Closed 15 years ago
#500 closed defect (fixed)
[wktraster] ST_MakeEmptyRaster xml documentation return type is wrong
Reported by: | pracine | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | WKTRaster 0.1.6 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
Change History (4)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
I use JEdit or Notepad++, but any color coding editor with tag matching capability should do fine.
The two files are reference_wktraster.xml and faq_wktraster.xml in trunk/doc folder.
I also have a wktraster_comments.sql.xsl file which I use to build the postgresql in db help for raster that is packaged with the win32 binaries.
Haven't automated the generation of this yet in the make scripts.
Anyrate all you need to do is edit the xml files and Hudson builds everything for you and will send you a failed note if you break something.
comment:3 by , 15 years ago
Pierre,
What return type should this be, or are you talking about a different function.
I looked at my st_makeemptyraster in postgres and it says it returns raster. Which is what we have in the docs. Am I missing something?
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hmm nevermind I see what you mean. Fixed at r5560
How do you edit the XML files? I could give you a hand instead of filling tickets...