File: mysql_fdw--1.0--1.1.sql

package info (click to toggle)
postgresql-mysql-fdw 2.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,300 kB
  • sloc: ansic: 5,417; sql: 1,552; sh: 71; makefile: 42
file content (5 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (4)
1
2
3
4
5
/* mysql_fdw/mysql_fdw--1.0--1.1.sql */

CREATE OR REPLACE FUNCTION mysql_fdw_version()
  RETURNS pg_catalog.int4 STRICT
  AS 'MODULE_PATHNAME' LANGUAGE C;