Github user dyozie commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq-docs/pull/25#discussion_r83977628
  
    --- Diff: plext/builtin_langs.html.md.erb ---
    @@ -0,0 +1,110 @@
    +---
    +title: Using HAWQ Built-In Languages
    +---
    +
    +This section provides an introduction to using the HAWQ built-in languages.
    +
    +HAWQ supports user-defined functions created with the SQL and C built-in 
languages. HAWQ also supports user-defined aliases for internal functions.
    +
    +
    +## <a id="enablebuiltin"></a>Enabling Built-in Language Support
    +
    +Support for SQL, internal, and C language user-defined functions is 
enabled by default for all HAWQ databases.
    +
    +## <a id="builtinsql"></a>SQL
    +
    +SQL functions execute an arbitrary list of SQL statements. The SQL 
statements in the body of an SQL function must be separated by semicolons. The 
final statement in a non-void-returning SQL function must be a 
[SELECT](../reference/sql/SELECT.html) that returns data of the type specified 
by the function's return type. The function will return a single or set of rows 
corresponding to this last SQL query.
    --- End diff --
    
    Global:  change "an SQL" to "a SQL" (pronounced 'sequel')


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to