1.92. slonyversionpatchlevel( )

関数特性

言語: PLPGSQL

戻り値: integer

slony スキーマのバージョンのパッチレベルを返します。

begin
	return 0;
end;