Thread: Additions to the Oracle porting doc
I am expanding the Porting from Oracle chapter of the documentation to include SQL contructs such as decode, nvl, etc. Should I create another chapter separate of the "Porting from Oracle PL/SQL" chapter or have one big chapter "Porting from Oracle" that includes everything related to porting from Oracle? Thanks, -Roberto -- +----| http://fslc.usu.edu USU Free Software & GNU/Linux Club |------+ Roberto Mello - Computer Science, USU - http://www.brasileiro.net http://www.sdl.usu.edu - Space Dynamics Lab, Developer *** TURN OFF YOUR SYSTEM NOW !!! ***
Roberto Mello writes: > I am expanding the Porting from Oracle chapter of the documentation to > include SQL contructs such as decode, nvl, etc. > Should I create another chapter separate of the "Porting from Oracle > PL/SQL" chapter or have one big chapter "Porting from Oracle" that > includes everything related to porting from Oracle? Maybe this should be a separate document (book, article) altogether. The techdocs site seems to be a great place for these things. -- Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter
I'd agree to that! :-) Creating a new site layout at present, and helping a mirror site in Turkey get up and running. Regards and best wishes, Justin Clift Peter Eisentraut wrote: > > Roberto Mello writes: > > > I am expanding the Porting from Oracle chapter of the documentation to > > include SQL contructs such as decode, nvl, etc. > > Should I create another chapter separate of the "Porting from Oracle > > PL/SQL" chapter or have one big chapter "Porting from Oracle" that > > includes everything related to porting from Oracle? > > Maybe this should be a separate document (book, article) altogether. The > techdocs site seems to be a great place for these things. > > -- > Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter > > ---------------------------(end of broadcast)--------------------------- > TIP 5: Have you checked our extensive FAQ? > > http://www.postgresql.org/users-lounge/docs/faq.html -- "My grandfather once told me that there are two kinds of people: those who work and those who take the credit. He told me to try to be in the first group; there was less competition there." - Indira Gandhi
> I am expanding the Porting from Oracle chapter of the documentation to > include SQL contructs such as decode, nvl, etc. > Should I create another chapter separate of the "Porting from Oracle > PL/SQL" chapter or have one big chapter "Porting from Oracle" that > includes everything related to porting from Oracle? imho the topic is best packaged as one chapter, until it becomes large enough to become a book, or part of a book such as "Porting - To And From Other Products". - Thomas