how can i get machine name in postgresql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 123ilsql
    New Member
    • Nov 2020
    • 1

    how can i get machine name in postgresql

    Want to know the command for getting program name and machine name used for postgre script after aws sct conversion from oracle to postgresql.
  • SioSio
    Contributor
    • Dec 2019
    • 272

    #2
    The pg_gethostname( ) function (a wrapper for POSIX gethostname()) written in C has been contributed to the wiki and is now available as an extension to PGXN.

    Comment

    Working...