Skip to content

Conversation

@LucaCappelletti94
Copy link
Contributor

Enables parsing of PostgreSQL C language functions that specify both object file and link symbol in the AS clause.

Example

CREATE FUNCTION cas_in(input cstring) RETURNS cas
LANGUAGE c
AS 'MODULE_PATHNAME', 'cas_in_wrapper';

Fixes #2093

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support PostgreSQL CREATE FUNCTION ... AS 'lib', 'symbol' syntax

1 participant