mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in
particular get rid of single quotes around language names and old WITH () construct.
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
*
|
||||
* -- Create the SQL function based on the compiled shared object
|
||||
* create function fti() returns trigger as
|
||||
* '/usr/local/pgsql/lib/contrib/fti.so' language 'C';
|
||||
* '/usr/local/pgsql/lib/contrib/fti.so' language C;
|
||||
*
|
||||
* -- Create the FTI table
|
||||
* create table product_fti (string varchar(255), id oid) without oids;
|
||||
|
Reference in New Issue
Block a user