How can I execute pl/pgsql code without creating a function?

前端 未结 3 516
南旧
南旧 2021-02-01 01:13

With SQL Server, I can execute code ad hoc T-SQL code with full procedural logic through SQL Server Management Studio, or any other client. I\'ve begun working with PostgreSQL a

3条回答
  •  情书的邮戳
    2021-02-01 01:37

    No, not yet. Version 9.0 (still alpha) will have this option (do), you a have to wait until it's released.

提交回复
热议问题