mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 07:13:06 -04:00
b663f3443b
with OPAQUE, as per recent pghackers discussion. I still want to do some more work on the 'cstring' pseudo-type, but I'm going to commit the bulk of the changes now before the tree starts shifting under me ...
3 lines
74 B
Plaintext
3 lines
74 B
Plaintext
create function fti() returns trigger as
|
|
'MODULE_PATHNAME'
|
|
language 'C'; |