gsqlc.1
上传用户:dgyhgb
上传日期:2007-01-07
资源大小:676k
文件大小:2k
源码类别:

SQL Server

开发平台:

Unix_Linux

  1. .TH GNU "SQL Server" 0.7 "1996 October 1"
  2. .UC 4
  3. .SH NAME
  4. gsqlc - GNU SQL-server compiler
  5. .SH SYNOPSIS
  6. .B gsqlc
  7. [
  8. .I command-line switches
  9. ]
  10. .I files ...
  11. .br
  12. .SH DESCRIPTION
  13. .I GNU SQL Server compiler 
  14. is a part of 
  15. .I GNU SQL Server (GSS)
  16. developed by the the small team at Institute of System Programming,
  17. Russian Academy of Science.
  18. .br
  19. The primary documentation of GSS is in the GNU SQL Server Manual,
  20. which you can read on line using Info, a subsystem of Emacs.  Please
  21. look there for complete and up-to-date documentation. The GSS
  22. maintainers' priority goal is to minimize the amount of time this man
  23. page takes away from other more useful projects.
  24. .br
  25. .PP
  26. .SM gsqlc Options
  27. .PP
  28. The following options are of general interest:
  29. .TP 8
  30. .BI -hHOSTNAME
  31. gives the name of host where database server resides
  32. this option override value of environment variable 
  33. .I GSSHOST. 
  34. If both of them are omitted local host is supposed to run DB server
  35. .TP
  36. .BI -rMODE
  37. gives the mode of file processing. The possible value of 
  38. .I MODE 
  39. are: 
  40. .I C,SQL,MODULE,SCHEMA.
  41. If this option is omitted compiler interprets extension  
  42. .B '.ec'
  43. as a C program with embedded SQL, and 
  44. .B '.sql'
  45. as a pure SQL code - either schema or module definition.
  46. .PP
  47. .SH FILES
  48. .br
  49. .br
  50. .PP
  51. .SH BUGS
  52. Use fBbug-gnu-sql@prep.ai.mit.edufR for reporting GNU SQL Server bugs and fixes.  But before
  53. reporting something as a bug, please try to be sure that it really is a bug,
  54. not a misunderstanding or a deliberate feature. We ask you to read the
  55. section ``Reporting GSS Bugs'' near the end of the reference manual (or Info
  56. system) for hints on how and when to report bugs. Also, include the version
  57. number of the GSS you are running in fIeveryfR bug report that you send in.
  58. Do not expect a personal answer to a bug report.  The purpose of reporting
  59. bugs is to get them fixed for everyone in the next release, if possible.
  60. .PP
  61. .SH UNRESTRICTIONS
  62. .PP
  63. .I GNU SQL server 
  64. is free; anyone may redistribute copies of it to anyone under the terms 
  65. stated in the General Public License a copy of which accompanies each 
  66. copy of GNU SQL Server. In fact, the primary purpose of the General Public
  67. License is to prohibit anyone from attaching any other restrictions
  68. to redistribution of GNU SQL Server.
  69. .SH SEE ALSO
  70. gsqls(1)
  71. .SH AUTHORS
  72. .PP
  73. .I gsqlc
  74. was written at Institute for System Programming, Russian Academy of Science.