Skip to content

Home > extract-pg-schema > InformationSchemaRoutine > parameter_style

InformationSchemaRoutine.parameter_style property

Always GENERAL (The SQL standard defines other parameter styles, which are not available in PostgreSQL.)

Signature:

typescript
parameter_style: "GENERAL";