php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #16854 pgsql_create.sql comment fix
Submitted: 2002-04-26 11:17 UTC Modified: 2002-05-02 07:11 UTC
From: clyon at powerhouseia dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 4.2.0 OS: linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: clyon at powerhouseia dot com
New email:
PHP Version: OS:

 

 [2002-04-26 11:17 UTC] clyon at powerhouseia dot com
the pgsql_create.sql script has a comment that says to run the script with:

psql -f pgsql_create.sql

the postgres client requires you to specify a database name so i use the system catalog, template1 like this:

psql -f pgsql_create.sql template1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-02 07:11 UTC] sander@php.net
The pgsql_create.sql script is supplied by PostgreSQL, not by PHP. Not a bug in PHP.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 30 01:00:02 2025 UTC