[SQL] PostgreSQL or pl/psSQL equivalent to MS SQL Server's xp_cmdshell?

2003-07-27 Thread Trent . Mera
Title: PostgreSQL or pl/psSQL equivalent to MS SQL Server's xp_cmdshell? Does anyone know of the PostgreSQL or pl/psSQL equivalent to MS SQL Server's xp_cmdshell?   This is the command that allows you issue command-line statements from within SQL, e.g., you would do xp_cmdshell 'dir c:\' if yo

[SQL] PostgreSQL or pl/psSQL equivalent to MS SQL Server's xp_cmdshell?

2003-07-24 Thread Trent . Mera
Title: PostgreSQL or pl/psSQL equivalent to MS SQL Server's xp_cmdshell? Does anyone know of the PostgreSQL or pl/psSQL equivalent to MS SQL Server's xp_cmdshell?   This is the command that allows you issue command-line statements from within SQL, e.g., you would do xp_cmdshell 'dir c:\' if yo