6 lines
173 B
PHP
6 lines
173 B
PHP
#!/usr/bin/env php
|
|
<?php
|
|
|
|
fwrite(STDERR, "Deprecated: archives.content and archives.raw have been removed from PostgreSQL. This script is no longer supported.\n");
|
|
exit(1);
|